aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/common.m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-11-06 07:28:57 -0700
committerTom Tromey <tromey@redhat.com>2013-11-18 13:29:01 -0700
commit2978b11100a6318e05b8bc2d7923d9f735ef5c6e (patch)
tree512725acc4ebc8bfc389d3b44c52aaea6f7c377f /gdb/common/common.m4
parente26b6bb047e55e8c1465691886ee21117394b7a6 (diff)
downloadgdb-2978b11100a6318e05b8bc2d7923d9f735ef5c6e.zip
gdb-2978b11100a6318e05b8bc2d7923d9f735ef5c6e.tar.gz
gdb-2978b11100a6318e05b8bc2d7923d9f735ef5c6e.tar.bz2
remove gdb_dirent.h
This removes gdb_dirent.h and updates the code to use dirent.h instead. It also removes the now-useless configure checks. 2013-11-18 Tom Tromey <tromey@redhat.com> * common/common.m4 (GDB_AC_COMMON): Don't use AC_HEADER_DIRENT. * common/gdb_dirent.h: Remove. * common/filestuff.c: Use dirent.h. * common/linux-osdata.c: Use dirent.h. (NAMELEN): Define. * config.in: Rebuild. * configure: Rebuild. * configure.ac: Don't use AC_HEADER_DIRENT. * linux-fork.c: Use dirent.h * linux-nat.c: Use dirent.h. * nto-procfs.c: Use dirent.h. * procfs.c: Use dirent.h. 2013-11-18 Tom Tromey <tromey@redhat.com> * config.in: Rebuild. * configure: Rebuild. * configure.ac: Don't use AC_HEADER_DIRENT.
Diffstat (limited to 'gdb/common/common.m4')
-rw-r--r--gdb/common/common.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/common/common.m4 b/gdb/common/common.m4
index b1abc4d..29debd1 100644
--- a/gdb/common/common.m4
+++ b/gdb/common/common.m4
@@ -19,7 +19,6 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl Invoke configury needed by the files in 'common'.
AC_DEFUN([GDB_AC_COMMON], [
AC_HEADER_STDC
- AC_HEADER_DIRENT
AC_FUNC_ALLOCA
dnl Note that this requires codeset.m4, which is included