Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-27 | Make this as glibc-like as possible while avoiding the fileutils | Manuel Novoa III | |
problem. glibc hides the DT_* enum values unless __USE_BSD is defined. | |||
2002-08-27 | Move the _DIRENT_HAVE_D_TYPE test to avoid breaking fileutils | Eric Andersen | |
-Erik | |||
2002-08-27 | No need to hide this stuff when _DIRENT_HAVE_D_TYPE is not | Eric Andersen | |
defined... Nothing too sacred in there and it can be used for other things... -Erik | |||
2002-08-20 | Unlike glibc, uClibc doesn't always support the d_type field of | Manuel Novoa III | |
struct dirent. So, disable the d_type support macros when d_type isn't available. This fixes a build problem file fileutils-4.1. | |||
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2000-07-06 | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | |
headers (the way it has been done in GNU libc). -Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |