summaryrefslogtreecommitdiff
path: root/include/sys/stat.h
AgeCommit message (Expand)Author
2017-04-22sys/stat.h: fix missing struct timespec definitionDamien Riegel
2013-02-20stat: Use fstatat64 if arch does not have the stat syscallMarkos Chandras
2013-02-20stat64: Use fstatat64 if arch does not have the stat64 syscallMarkos Chandras
2013-02-20mkdir: Use mkdirat if arch does not have the mkdir syscallMarkos Chandras
2013-02-20chmod: Use fchmodat if arch does not have the chmod syscallMarkos Chandras
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2009-11-20futimens: add functionBernhard Reutner-Fischer
2009-07-20first pass at implementing *at funcsMike Frysinger
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2006-03-01Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consi...Peter S. Mazinger
2005-12-13Sync w/ glibcPeter S. Mazinger
2005-11-04Sync up w/ glibcPeter S. Mazinger
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2000-08-10More stuff. Down to only 43 missing functions before BusyBox willEric Andersen
2000-07-06Some more major updates to further superate ucLibc from the kernelEric Andersen
2000-05-14Initial revisionErik Andersen