aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/irix3.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-10-15 22:15:14 +0000
committerPer Bothner <per@bothner.com>1992-10-15 22:15:14 +0000
commit1067cb773a6702487ccf321821ab8a1ecb52ab78 (patch)
tree0ae58e50ce6eb52d7ed1db3d58a48fb67316d50e /bfd/hosts/irix3.h
parent918c2f61e588e1974dd28c8b5eb19cf9abe184e0 (diff)
downloadgdb-1067cb773a6702487ccf321821ab8a1ecb52ab78.zip
gdb-1067cb773a6702487ccf321821ab8a1ecb52ab78.tar.gz
gdb-1067cb773a6702487ccf321821ab8a1ecb52ab78.tar.bz2
* apollo68.h, apollov68.h, hp300.h, i386v.h, irix3.h: Remove
no-longer-used definitions of L_SET and L_INCR. * i386linux.h: Tweaks to smooth Linux build.
Diffstat (limited to 'bfd/hosts/irix3.h')
-rw-r--r--bfd/hosts/irix3.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/bfd/hosts/irix3.h b/bfd/hosts/irix3.h
index 2af77ba..1ae0a58 100644
--- a/bfd/hosts/irix3.h
+++ b/bfd/hosts/irix3.h
@@ -17,13 +17,6 @@
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif
-#ifdef SEEK_SET
-# ifndef L_SET
-# define L_SET SEEK_SET
-# endif
-# endif
-
-
#if !defined (SEEK_SET)
#define SEEK_SET 0
#define SEEK_CUR 1