From 1e09a701a3d36eaf99d5eed956f669d95c3578eb Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Tue, 18 Aug 1992 19:49:58 +0000 Subject: Need L_SET defined on the apollo, at least under BSD emulation mode. --- bfd/hosts/apollo68.h | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'bfd') 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)); -- cgit v1.1