summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-4/+4
| | | | | | | 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-168/+233
| | | | | | | | | 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-1/+1
|
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+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-4/+4
|
* grab syscall macros from the kernelMike Frysinger2006-01-201-7/+185
|
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-3/+3
|
* Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen2002-08-281-1/+0
|
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-271-0/+5
| | | | -Erik
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-183/+11
| | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik
* Add a default syscalls.h that will just error out.Eric Andersen2002-05-121-0/+187
Add in syscalls.h for alpha.