summaryrefslogtreecommitdiff
path: root/include/sys/syscall.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-10syscall() declaration belongs in unistd.h, not sys/syscall.hRich Felker1-10/+0
2012-09-08syscall organization overhaulRich Felker1-18/+0
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker1-3/+1
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker1-0/+4
2011-09-26cleanup various minor issues reported by nszRich Felker1-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker1-1/+17
2011-03-19overhaul syscall interfaceRich Felker1-0/+16