1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00
freebsd/lib/libkse
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
..
sys Change the name of this source file so that libc_r builds it instead 1998-04-30 09:04:10 +00:00
test Add support for building test programs. 1998-08-25 12:33:22 +00:00
thread In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias 1998-09-12 22:03:20 +00:00
Makefile Don't compile in the use of poll() when building libc_r. This isn't 1998-06-14 11:25:46 +00:00