about summary refs log tree commit diff
path: root/include/sys/types.h
Commit message (Collapse)AuthorAgeFilesLines
* remove some old cruft from sys/types.hRich Felker2011-03-141-1/+0
|
* include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is definedRich Felker2011-02-201-0/+1
|
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-0/+14
| | | | | | | | this allows sys/types.h to provide the pthread types, as required by POSIX. this design also facilitates forcing ABI-compatible sizes in the arch-specific alltypes.h, while eliminating the need for developers changing the internals of the pthread types to poke around with arch-specific headers they may not be able to test.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+56