aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_stat.h
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2012-11-15 14:48:26 +0000
committerPierre Muller <muller@sourceware.org>2012-11-15 14:48:26 +0000
commit3a731e0fc7b80a274d4a34fed7ed41d6f35f1e51 (patch)
tree0b94c56cc0f3f314f413d6e67bccf2fa83b2d088 /gdb/gdb_stat.h
parent2bda31437a9e0232d6499720630daabd759e7d81 (diff)
downloadgdb-3a731e0fc7b80a274d4a34fed7ed41d6f35f1e51.zip
gdb-3a731e0fc7b80a274d4a34fed7ed41d6f35f1e51.tar.gz
gdb-3a731e0fc7b80a274d4a34fed7ed41d6f35f1e51.tar.bz2
* configure.ac (AC_HEADER_STAT): Remove.
* gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use and corresponding code. * configure: Regenerate. * config.in: Regenerate.
Diffstat (limited to 'gdb/gdb_stat.h')
-rw-r--r--gdb/gdb_stat.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/gdb_stat.h b/gdb/gdb_stat.h
index a5d13e8..51e2e56 100644
--- a/gdb/gdb_stat.h
+++ b/gdb/gdb_stat.h
@@ -22,19 +22,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#ifdef STAT_MACROS_BROKEN
-#undef S_ISBLK
-#undef S_ISCHR
-#undef S_ISDIR
-#undef S_ISREG
-#undef S_ISFIFO
-#undef S_ISLNK
-#undef S_ISSOCK
-#undef S_ISMPB
-#undef S_ISMPC
-#undef S_ISNWK
-#endif
-
#if !defined(S_ISBLK) && defined(S_IFBLK)
#define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
#endif