summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-07-201-68/+4
| | | | | | | The cris/hppa code appears to be easy to convert, so go ahead and do it for them. Build tested only. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-3/+3
|
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-3/+0
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-8/+3
|
* add syscall6Mike Frysinger2006-02-011-0/+8
|
* Cosmetic changes.Tobias Anderberg2003-08-271-1/+1
|
* * Added clone() system call.Tobias Anderberg2002-09-201-8/+157
| | | | | | | | | | | | * Proper implementation of bits/syscalls.h, no cheating by just including <asm/unistd.h>. * Proper implementation of syscall.S, it no longer contains the __syscall_error, instead it contains code which makes syscall(nr,...) a system call. * Added sysdep.S which contains the code for __syscall_error. * Added some macros to sysdep.h. * Added sys/procfs.h, which is needed when compiling with thread support. * Removed unused syscall-cris.c.
* Initial version of the CRIS port.Tobias Anderberg2002-09-161-0/+10