projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbd7d2
)
Need L_SET defined on the apollo, at least under BSD emulation mode.
author
Sean Eric Fagan
<sef@cygnus>
Tue, 18 Aug 1992 19:49:58 +0000
(19:49 +0000)
committer
Sean Eric Fagan
<sef@cygnus>
Tue, 18 Aug 1992 19:49:58 +0000
(19:49 +0000)
bfd/hosts/apollo68.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/apollo68.h
b/bfd/hosts/apollo68.h
index 763c713eb649e2483639136d714e9e318e38c585..ce68846bed901ca015a1380d663fec5533e55c31 100644
(file)
--- 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));