summaryrefslogtreecommitdiff
path: root/include/sys/types.h
AgeCommit message (Expand)AuthorLines
2019-06-21remove implicit include of sys/sysmacros.h from sys/types.hRich Felker-1/+0
2014-09-05fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.hSzabolcs Nagy-1/+0
2014-05-30fix POSIX namespace pollution in sys/types.hSzabolcs Nagy-10/+6
2013-07-22move register_t and u_int64_t (back) to alltypesRich Felker-2/+5
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-7/+3
2013-04-02re-add useconds_trofl0r-0/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker-0/+2
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker-1/+1
2012-05-22support _BSD_SOURCE feature test macroRich Felker-1/+1
2012-05-04add *64 junk for sys/*.h headersRich Felker-0/+9
2012-02-01apparently gnu caddr_t is supposed to be char *, not unsigned longRich Felker-1/+1
2011-04-11cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker-7/+9
2011-04-10add some ugly legacy type names in sys/types.h (u_char etc.)Rich Felker-0/+8
2011-03-14remove some old cruft from sys/types.hRich Felker-1/+0
2011-02-20include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is definedRich Felker-0/+1
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-0/+14
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+56