about summary refs log tree commit diff
path: root/include/sys/user.h
Commit message (Collapse)AuthorAgeFilesLines
* fix typo that broke sys/reg.h and sys/user.hGonzalo Alvarez8 days1-1/+1
| | | | | commit 7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9 and commit e709a6f07ade208ba513f9225222336f30c304b0 misspelled bits/alltypes.h.
* sys/user.h: derive __WORDSIZE from __LONG_MAXRich Felker12 days1-0/+9
| | | | | | previously, only a few archs defined it here. this change makes the presence consistent across all archs, and reduces the amount of header duplication (and potential for future inconsistency) between archs.
* sys/user.h may need stdint.hRich Felker2011-09-231-0/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+15