summaryrefslogtreecommitdiffstats
path: root/include/sys/stat.h
Commit message (Collapse)AuthorAgeFilesLines
* futimens: add functionBernhard Reutner-Fischer2009-11-201-0/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* first pass at implementing *at funcsMike Frysinger2009-07-201-7/+27
| | | | | | | Tested basic functionality with coreutils and things seem to work. At least gives us a basis to jump from. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+6
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-0/+3
|
* Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will ↵Peter S. Mazinger2006-03-011-11/+29
| | | | consider versioned stat/mknod in uClibc
* Sync w/ glibcPeter S. Mazinger2005-12-131-8/+53
|
* Sync up w/ glibcPeter S. Mazinger2005-11-041-32/+51
|
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-191-114/+0
| | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-92/+122
|
* More stuff. Down to only 43 missing functions before BusyBox willEric Andersen2000-08-101-23/+23
| | | | | | link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-061-128/+304
| | | | | headers (the way it has been done in GNU libc). -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+192