summaryrefslogtreecommitdiff
path: root/gdb/config/sparc/xm-linux.h
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/sparc/xm-linux.h
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/sparc/xm-linux.h')
-rw-r--r--gdb/config/sparc/xm-linux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/sparc/xm-linux.h b/gdb/config/sparc/xm-linux.h
index a36738e1725..e45b702a0fb 100644
--- a/gdb/config/sparc/xm-linux.h
+++ b/gdb/config/sparc/xm-linux.h
@@ -30,9 +30,6 @@
#define U_REGS_OFFSET 0
-/* Need R_OK etc, but USG isn't defined. */
-#include <unistd.h>
-
/* If you expect to use the mmalloc package to obtain mapped symbol files,
for now you have to specify some parameters that determine how gdb places
the mappings in it's address space. See the comments in map_to_address()