summaryrefslogtreecommitdiff
path: root/include/sys/user.h
AgeCommit message (Collapse)AuthorLines
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