summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-1/+1
| | | | | | | Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* syscall: unify common syscall definesMike Frysinger2009-07-081-1/+2
| | | | | | | | | Unify all the common syscall defines in syscalls-common.h and scrub all the duplicated code from relevant ports. This should also make converting existing ports to INLINE_SYSCALL() much easier as they don't have to get lost in all the unrelated noise, as well as creating new ports. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-2/+2
|
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-3/+1
|
* Add a default syscalls.h that will just error out.Eric Andersen2002-05-121-0/+10
Add in syscalls.h for alpha.