summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-24 12:49:56 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-24 12:49:56 -0800
commitda4390ce2dbc08292833ba141a4a98ac3da9f0d5 (patch)
treede1bb0491c8ff48d1a4f8381161c532810f014ba
parent0e3449e7ac9fecfe9fbc51e0c132ebb32691ec66 (diff)
unifdef -U__UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--get_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_load.c b/get_load.c
index c650e86..ab2b82b 100644
--- a/get_load.c
+++ b/get_load.c
@@ -109,7 +109,7 @@ void GetLoadPoint(
#endif
#ifndef LOADSTUB
-#if !defined(linux) && !defined(__UNIXOS2__) && !defined(__GLIBC__)
+#if !defined(linux) && !defined(__GLIBC__)
#include <nlist.h>
#endif /* !linux && ... */
#endif /* LOADSTUB */