Need L_SET defined on the apollo, at least under BSD emulation mode.
This commit is contained in:
parent
8fbd7d2698
commit
1e09a701a3
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user