freebsd-skq/lib/libc/i386
Dmitrij Tejblum deb9688ae1 In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias
to fork. It is difficult to do real vfork in libc_r, since almost every
operation with file descriptsor changes _thread_fd_table and friends.

popen(3) works much better with this change.
1998-09-12 22:03:20 +00:00
..
gen Stop renaming these in libc_r because wrappered versions don't make sense. 1998-04-29 09:14:35 +00:00
net kill the undead 1997-07-13 14:26:00 +00:00
stdlib Handle machine-dependent (stdlib) sources more automatically. 1997-10-16 14:58:30 +00:00
string Handle machine-dependent (m-d) (string) sources more automatically. 1997-10-16 13:46:50 +00:00
sys In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias 1998-09-12 22:03:20 +00:00
DEFS.h Second stage of moving this to in <machine/asm.h>: just include 1997-04-15 14:18:17 +00:00
SYS.h Build the syscalls (in libc, not libc_r) with weak symbols so that 1998-05-05 22:06:16 +00:00