summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorFilesLines
2011-02-20include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is definedRich Felker1-0/+1
2011-02-20fix typo in inotify structureRich Felker1-1/+1
2011-02-20make sys/param.h not depend on PATH_MAX and NAME_MAXRich Felker1-2/+2
2011-02-19add syscall wrappers for inotifyRich Felker1-0/+55
2011-02-19prototype wait3 and wait4Rich Felker2-3/+6
2011-02-17add portable lchown (trivial to support and a few ancient things want it..)Rich Felker1-0/+3
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker1-0/+14
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker4-3/+8
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker42-0/+1209