summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/vfork.S
AgeCommit message (Collapse)Author
2009-12-11get x86_64 nptl buildingAustin Foxley
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
2007-07-29Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko
from i386 and x86_64.
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of ↵Peter S. Mazinger
the archs fail
2006-01-25Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger
missing headers, other jump relocs removed
2006-01-08fix errno handling with some magical hacksMike Frysinger
2005-12-15Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger
2005-07-06use % as the function marker instead of @Mike Frysinger
2005-07-01remove errno include since we dont use any errno stuff, remove #error left ↵Mike Frysinger
behind, and touchup syntax
2005-06-29add syscall error handling with jockes simple errno setting solutionMike Frysinger
2005-02-15some more x86_64 sourceMike Frysinger