summaryrefslogtreecommitdiff
path: root/include/sys/user.h
AgeCommit message (Collapse)AuthorLines
10 daysfix typo that broke sys/reg.h and sys/user.hGonzalo Alvarez-1/+1
commit 7019fbe103165b9b26a9391d5ecd4c7fcb6f3ec9 and commit e709a6f07ade208ba513f9225222336f30c304b0 misspelled bits/alltypes.h.
2024-05-07sys/user.h: derive __WORDSIZE from __LONG_MAXRich Felker-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.
2011-09-23sys/user.h may need stdint.hRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+15