summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/vfork.S
Commit message (Collapse)AuthorAgeFilesLines
* Kill the runtime fallback to fork and make it be compile timeEric Andersen2003-06-031-19/+9
|
* Fix brokenEric Andersen2003-06-031-44/+46
|
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-301-4/+4
| | | | | | should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-4/+4
| | | | -Erik
* Make these PIC and _LIBC_REENTRANT compatible.Manuel Novoa III2001-06-271-4/+43
|
* Fixed vfork on i386. Reduced size of __uClibc_syscall.Manuel Novoa III2001-03-041-0/+22