aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@cygnus>1992-08-18 19:49:58 +0000
committerSean Eric Fagan <sef@cygnus>1992-08-18 19:49:58 +0000
commit1e09a701a3d36eaf99d5eed956f669d95c3578eb (patch)
treed79e358ef94d22d8a4df396e6034be7e8eb7e9eb /bfd
parent8fbd7d2698ab9618bc5b1ccfac2020f61ef1cebf (diff)
downloadfsf-binutils-gdb-1e09a701a3d36eaf99d5eed956f669d95c3578eb.zip
fsf-binutils-gdb-1e09a701a3d36eaf99d5eed956f669d95c3578eb.tar.gz
fsf-binutils-gdb-1e09a701a3d36eaf99d5eed956f669d95c3578eb.tar.bz2
Need L_SET defined on the apollo, at least under BSD emulation mode.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/hosts/apollo68.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/bfd/hosts/apollo68.h b/bfd/hosts/apollo68.h
index 763c713..ce68846 100644
--- a/bfd/hosts/apollo68.h
+++ b/bfd/hosts/apollo68.h
@@ -17,21 +17,9 @@
#define MAXPATHLEN 1024
#endif /* MAXPATHLEN */
-/*
- * Might not need these. Leave them out for now.
- *
-#ifdef SEEK_SET
-# ifndef L_SET
-# define L_SET SEEK_SET
-# endif
-# endif
-
-#ifdef SEEK_CUR
-# ifndef L_INCR
-# define L_INCR SEEK_CUR
-# endif
-# endif
- */
+#ifndef L_SET
+# define L_SET 0
+#endif
#ifndef DONTDECLARE_MALLOC
extern PTR EXFUN(malloc,(unsigned));