diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:39:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-09-08 10:39:54 +0000 |
commit | 4ad318e604a1e84d1e3f4391bab643610b8a77bb (patch) | |
tree | 5f9797aacca7a25a875de74fd34d7e2590ceb186 /gdb/config/sparc | |
parent | f277788bc6f74c93227733b3063f52b2691413cc (diff) | |
download | gdb-4ad318e604a1e84d1e3f4391bab643610b8a77bb.zip gdb-4ad318e604a1e84d1e3f4391bab643610b8a77bb.tar.gz gdb-4ad318e604a1e84d1e3f4391bab643610b8a77bb.tar.bz2 |
* 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')
-rw-r--r-- | gdb/config/sparc/xm-linux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/sparc/xm-linux.h b/gdb/config/sparc/xm-linux.h index a36738e..e45b702 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() |