Age | Commit message (Collapse) | Author |
|
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: Mike Frysinger <vapier@gentoo.org>
|
|
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>
|
|
By Hai Zaar (haizaar AT codefidence.com)
|
|
Appears to build fine (several .configs tried)
|
|
|
|
a.out.h to libgen.h (omitting complex.h for a later separate
effort for the math stuff)
|
|
_DIRENT_HAVE_D_TYPE is not defined.
-Erik
|
|
problem. glibc hides the DT_* enum values unless __USE_BSD is defined.
|
|
-Erik
|
|
defined... Nothing too sacred in there and it can be used
for other things...
-Erik
|
|
struct dirent. So, disable the d_type support macros when d_type
isn't available. This fixes a build problem file fileutils-4.1.
|
|
|
|
headers (the way it has been done in GNU libc).
-Erik
|
|
|