about summary refs log tree commit diff
path: root/include/syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* header file fixes: multiple include guard consistency and correctnessRich Felker2012-06-151-1/+1
| | | | | | | one file was reusing another file's macro name, and many had inconsistent underscores and application of SYS prefix, etc. patch by Szabolcs Nagy (nsz)
* add <syscall.h> as an alias for <sys/syscall.h>Rich Felker2012-02-291-0/+1
apparently some broken stuff (libstdc++) needs this.