Home | History | Annotate | Download | only in netperf

Lines Matching full:setpgrp

5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setpgrp takes no argument" >&5
5838 $as_echo_n "checking whether setpgrp takes no argument... " >&6; }
5843 as_fn_error $? "cannot check setpgrp when cross compiling" "$LINENO" 5
5851 /* If this system has a BSD-style setpgrp which takes arguments,
5852 setpgrp(1, 1) will fail with ESRCH and return -1, in that case
5854 return setpgrp (1,1) != -1;