about summary refs log tree commit diff
path: root/include/sys/stat.h
Commit message (Expand)AuthorAgeFilesLines
* feature test macros: make _GNU_SOURCE enable everythingRich Felker2012-12-031-4/+1
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-3/+9
* _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker2012-06-041-1/+1
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-1/+1
* add *64 junk for sys/*.h headersRich Felker2012-05-041-0/+11
* add some traditional aliases to stat.hRich Felker2011-04-121-0/+6
* add missing UTIME_* macros in sys/stat.hRich Felker2011-04-101-0/+3
* fcntl.h should make availabel the mode constants from sys/stat.hRich Felker2011-03-081-8/+2
* implement futimens and utimensatRich Felker2011-02-271-0/+3
* add portable lchown (trivial to support and a few ancient things want it..)Rich Felker2011-02-171-0/+3
* extensive header cleanup for standards conformance & correctnessRich Felker2011-02-141-0/+5
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+90