summaryrefslogtreecommitdiff
path: root/gdb/config/ia64
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-09-08 10:39:54 +0000
committerMark Kettenis <kettenis@gnu.org>2001-09-08 10:39:54 +0000
commitc35f2c02e94b52dc7e23fd0dad1e945733911bae (patch)
treed7969d42fd4c354d7f65ea3257880d4bdd0cc932 /gdb/config/ia64
parentccaba6a9f8b080f480a762ed8c39ae969a70374a (diff)
downloadgdb-c35f2c02e94b52dc7e23fd0dad1e945733911bae.tar.gz
* config/arm/xm-linux.h, config/ia64/xm-linux.h,
config/m68k/xm-linux.h, config/mips/xm-linux.h, config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove redundant inclusion of <unistd.h>.
Diffstat (limited to 'gdb/config/ia64')
-rw-r--r--gdb/config/ia64/xm-linux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/ia64/xm-linux.h b/gdb/config/ia64/xm-linux.h
index 66ed6e226ec..6f6b05579bd 100644
--- a/gdb/config/ia64/xm-linux.h
+++ b/gdb/config/ia64/xm-linux.h
@@ -27,7 +27,4 @@
to get the offset in the core file of the register values. */
#define KERNEL_U_ADDR 0x0
-/* Need R_OK etc, but USG isn't defined. */
-#include <unistd.h>
-
#endif /* #ifndef XM_LINUX_H */