about summary refs log tree commit diff
path: root/arch/arm/bits/syscall.h
Commit message (Expand)AuthorAgeFilesLines
* syscall organization overhaulRich Felker2012-09-081-191/+0
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-021-7/+7
* add defines for number of sigset_t bytes syscalls expectRich Felker2012-08-091-0/+2
* make arm syscalls (still non-inline) more efficientRich Felker2012-07-081-6/+6
* update syscall defs to latest kernel onesRich Felker2012-06-231-0/+4
* fix arm syscall.h to reflect which syscalls actually exist (on EABI)Rich Felker2012-05-241-22/+0
* update syscalls with off_t arguments to handle argument alignment, if neededRich Felker2011-09-211-1/+2
* initial commit of the arm portRich Felker2011-09-181-0/+876