summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-24 12:53:08 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-24 12:53:13 -0800
commitb0613198f87af22be989fa54e785c64e147debb6 (patch)
treef2894eedda1434aba490cebb4fb9de8164b60212
parentda4390ce2dbc08292833ba141a4a98ac3da9f0d5 (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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/get_load.c b/get_load.c
index ab2b82b..06890f5 100644
--- a/get_load.c
+++ b/get_load.c
@@ -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;