Browse Source

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

gdb/ChangeLog:

        * common/filestuff.c: Replace #include <dirent.h> by
        #include "gdb_dirent.h".
binutils-2_24-branch
Joel Brobecker 13 years ago
parent
commit
01da98f9f4
  1. 5
      gdb/ChangeLog
  2. 2
      gdb/common/filestuff.c

5
gdb/ChangeLog

@ -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

2
gdb/common/filestuff.c

@ -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

Loading…
Cancel
Save