freebsd-dev/lib/libc/alpha
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 Remove support for NetBSD syscalls. 1998-08-17 03:46:10 +00:00
net
stdlib Oops, we don't need NetBSD's malloc 'cause we can turn off utrace 1998-03-09 07:03:06 +00:00
string
sys In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias 1998-09-12 22:03:20 +00:00
Makefile.inc Remove the comment about how to get NetBSD syscalls since there are 1998-08-17 03:35:09 +00:00
SYS.h Include FreeBSD's syscall.h if not using NetBSD syscalls. 1998-08-08 02:24:03 +00:00