summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.