summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_vfork.c
Commit message (Collapse)AuthorAgeFilesLines
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasdt1998-09-121-0/+9
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.
OpenPOWER on IntegriCloud