Cross Reference: vfork
xref
: /
osnet-11
/
usr
/
src
/
lib
/
libast
/
common
/
features
/
vfork
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
set prototyped
hdr vfork
sys vfork
tst run{
if test "$_hdr_vfork" = 1
then echo "#include <
vfork.h
>"
elif test "$_sys_vfork" = 1
then echo "#include <
sys/vfork.h
>"
else echo '#include <
unistd.h
>' > $
tmp.c
$cc -E $
tmp.c
| grep vfork
fi
}end