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:
parent
366c6766d8
commit
01da98f9f4
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue