mirror of git://sourceware.org/git/glibc.git
Update.
2000-08-12 Mark Kettenis <kettenis@gnu.org> * sysdeps/generic/scandir64.c: Include <dirent.h>.
This commit is contained in:
parent
2390667ff2
commit
451fc03299
|
@ -1,3 +1,7 @@
|
||||||
|
2000-08-12 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* sysdeps/generic/scandir64.c: Include <dirent.h>.
|
||||||
|
|
||||||
2000-08-12 Andreas Jaeger <aj@suse.de>
|
2000-08-12 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Handle
|
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Handle
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
#include <dirent.h>
|
||||||
|
|
||||||
#define SCANDIR __scandir64
|
#define SCANDIR __scandir64
|
||||||
#define READDIR __readdir64
|
#define READDIR __readdir64
|
||||||
#define DIRENT_TYPE struct dirent64
|
#define DIRENT_TYPE struct dirent64
|
||||||
|
|
Loading…
Reference in New Issue