summaryrefslogtreecommitdiffstats
path: root/include/dirent.h
Commit message (Collapse)AuthorAgeFilesLines
* first pass at implementing *at funcsMike Frysinger2009-08-191-1/+9
| | | | | | | | 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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* sync a few headers with glibc (no functional changes)Mike Frysinger2009-08-191-6/+8
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* dirent: push dirent type to prototypesMike Frysinger2009-08-191-16/+58
| | | | | | | | | | | This syncs the dirent related functions with the glibc behavior -- rather than take void pointers everywhere, make the struct dirent pointers explicit in the API. After all, the functions themselves will cast the pointers to a dirent structure, so if it isn't as expected, people will crash. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-081-0/+19
| | | | | By Hai Zaar (haizaar AT codefidence.com)
* Synch with trunk @ 24157Carmelo Amoroso2008-11-261-0/+7
| | | | Step 11: More libc_hidden_proto removal
* Merge from trunk."Steven J. Hill"2005-11-171-28/+47
|
* First pass prototype removals from auditing header files:Eric Andersen2004-09-071-51/+0
| | | | | a.out.h to libgen.h (omitting complex.h for a later separate effort for the math stuff)
* Dop not restrict the IFTODT() and DTTOIF() macros whenEric Andersen2002-12-171-2/+0
| | | | | _DIRENT_HAVE_D_TYPE is not defined. -Erik
* Make this as glibc-like as possible while avoiding the fileutilsManuel Novoa III2002-08-271-1/+3
| | | | problem. glibc hides the DT_* enum values unless __USE_BSD is defined.
* Move the _DIRENT_HAVE_D_TYPE test to avoid breaking fileutilsEric Andersen2002-08-271-1/+1
| | | | -Erik
* No need to hide this stuff when _DIRENT_HAVE_D_TYPE is notEric Andersen2002-08-271-1/+1
| | | | | | defined... Nothing too sacred in there and it can be used for other things... -Erik
* Unlike glibc, uClibc doesn't always support the d_type field ofManuel Novoa III2002-08-201-1/+1
| | | | | struct dirent. So, disable the d_type support macros when d_type isn't available. This fixes a build problem file fileutils-4.1.
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-63/+71
|
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-061-90/+252
| | | | | headers (the way it has been done in GNU libc). -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+155