filestuff.c: Include "gdb_dirent.h" instead of <dirent.h>

gdb/ChangeLog:

        * common/filestuff.c: Replace #include <dirent.h> by
        #include "gdb_dirent.h".
This commit is contained in:
Joel Brobecker 2013-04-30 08:20:47 +00:00
parent 366c6766d8
commit 01da98f9f4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-04-29 Joel Brobecker <brobecker@adacore.com>
* common/filestuff.c: Replace #include <dirent.h> by
#include "gdb_dirent.h".
2013-04-29 Joel Brobecker <brobecker@adacore.com>
* common/filestuff.c: Replace #include <sys/stat.h> by

View File

@ -56,7 +56,7 @@
#ifndef HAVE_FDWALK
#include <dirent.h>
#include "gdb_dirent.h"
/* Replacement for fdwalk, if the system doesn't define it. Walks all
open file descriptors (though this implementation may walk closed