aboutsummaryrefslogtreecommitdiff
path: root/gdb/os9kread.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-10-20 01:43:31 +0000
committerStan Shebs <shebs@codesourcery.com>1995-10-20 01:43:31 +0000
commit9e4c931641a73ce95ed1f4295c7f022f74a8047a (patch)
tree50a88d4f0baf1f196fb38b9a37e62330be941d49 /gdb/os9kread.c
parenta862098505dcd844188d3f590e7afe04f1d023fb (diff)
downloadfsf-binutils-gdb-9e4c931641a73ce95ed1f4295c7f022f74a8047a.zip
fsf-binutils-gdb-9e4c931641a73ce95ed1f4295c7f022f74a8047a.tar.gz
fsf-binutils-gdb-9e4c931641a73ce95ed1f4295c7f022f74a8047a.tar.bz2
* defs.h (SEEK_SET, SEEK_CUR): Add default definitions.
* dbxread.c, mdebugread.c, os9kread.c (SEEK_SET, SEEK_CUR): Remove default definitions.
Diffstat (limited to 'gdb/os9kread.c')
-rw-r--r--gdb/os9kread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/os9kread.c b/gdb/os9kread.c
index 50bf40d..b6178e3 100644
--- a/gdb/os9kread.c
+++ b/gdb/os9kread.c
@@ -64,11 +64,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "os9k.h"
#include "stabsread.h"
-#if !defined (SEEK_SET)
-#define SEEK_SET 0
-#define SEEK_CUR 1
-#endif
-
/* Each partial symbol table entry contains a pointer to private data for the
read_symtab() function to use when expanding a partial symbol table entry
to a full symbol table entry.