summaryrefslogtreecommitdiff
path: root/include/sys/stat.h
AgeCommit message (Expand)AuthorLines
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker-0/+9
2016-10-20fix various header namespace issues under feature-test-macro controlRich Felker-2/+5
2014-09-05fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.hSzabolcs Nagy-1/+2
2012-12-03feature test macros: make _GNU_SOURCE enable everythingRich Felker-4/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-3/+9
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/+11
2011-04-12add some traditional aliases to stat.hRich Felker-0/+6
2011-04-10add missing UTIME_* macros in sys/stat.hRich Felker-0/+3
2011-03-08fcntl.h should make availabel the mode constants from sys/stat.hRich Felker-8/+2
2011-02-27implement futimens and utimensatRich Felker-0/+3
2011-02-17add portable lchown (trivial to support and a few ancient things want it..)Rich Felker-0/+3
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker-0/+5
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+90