summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/vfork.S
AgeCommit message (Collapse)Author
2005-08-11jump straight to __syscall_errorMike Frysinger
2005-07-08oops, we want to jmp to the syscall handler, not call itMike Frysinger
2005-07-07dont need errno.h anymoreMike Frysinger
2005-07-06Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting ↵Mike Frysinger
errno
2005-07-06syntax touchups as suggested by Peter S. MazingerMike Frysinger
2003-06-03Kill the runtime fallback to fork and make it be compile timeEric Andersen
2003-06-03Fix brokenEric Andersen
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik
2002-08-16Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
-Erik
2001-06-27Make these PIC and _LIBC_REENTRANT compatible.Manuel Novoa III
2001-03-04Fixed vfork on i386. Reduced size of __uClibc_syscall.Manuel Novoa III