summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/syscall.S
AgeCommit message (Expand)Author
2007-07-29Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko
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-07add update from psm to support 6 arguments to syscallMike Frysinger
2005-07-06Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...Mike Frysinger
2005-07-06syntax touchups as suggested by Peter S. MazingerMike Frysinger
2005-06-29need to include features.h to get uclibc definesMike Frysinger
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2002-08-16Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-07-24Add support for people calling syscall()Eric Andersen