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
|
#define MAXPATHLEN 1024
|
||||||
#endif /* MAXPATHLEN */
|
#endif /* MAXPATHLEN */
|
||||||
|
|
||||||
/*
|
#ifndef L_SET
|
||||||
* Might not need these. Leave them out for now.
|
# define L_SET 0
|
||||||
*
|
#endif
|
||||||
#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 DONTDECLARE_MALLOC
|
#ifndef DONTDECLARE_MALLOC
|
||||||
extern PTR EXFUN(malloc,(unsigned));
|
extern PTR EXFUN(malloc,(unsigned));
|
||||||
|
Loading…
Reference in New Issue
Block a user