summaryrefslogtreecommitdiff
path: root/gdb/config/powerpc
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/powerpc
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/powerpc')
-rw-r--r--gdb/config/powerpc/xm-linux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/powerpc/xm-linux.h b/gdb/config/powerpc/xm-linux.h
index d7c4b02c7f5..410ece1693c 100644
--- a/gdb/config/powerpc/xm-linux.h
+++ b/gdb/config/powerpc/xm-linux.h
@@ -27,9 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
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>
-
/* 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()