summaryrefslogtreecommitdiffstats
path: root/include/dirent.h
Commit message (Collapse)AuthorAgeFilesLines
* 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