summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850/bits/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-4/+9
| | | | | | 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
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-041-1/+7
| | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-0/+4
He sent this patch to me a month ago, but I forgot to apply it...