diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-24 12:53:08 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-24 12:53:13 -0800 |
commit | b0613198f87af22be989fa54e785c64e147debb6 (patch) | |
tree | f2894eedda1434aba490cebb4fb9de8164b60212 | |
parent | da4390ce2dbc08292833ba141a4a98ac3da9f0d5 (diff) |
unifdef -UX_NOT_POSIX
This just provided a declaration for lseek() for some of the ancient
Unix variants that were missing it in system headers.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | get_load.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -140,10 +140,6 @@ void GetLoadPoint( #endif #endif -#ifdef X_NOT_POSIX -extern long lseek(); -#endif - static void xload_error(const char *, const char *) _X_NORETURN; |