summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-05 17:48:18 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-05 17:48:18 -0800
commitf2c0bb056dbfbc2ca5b753b8de87b6c73742a990 (patch)
treeb06ab454d383403cf6ee7d368f4b6bbf41ecf2b3
parentaef4c4f1330dc01d535cd88b9805c3d5d164b070 (diff)
Remove unneeded checks for #ifndef X_NOT_POSIX
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/FSlibos.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FSlibos.h b/src/FSlibos.h
index 615104d..7c73f2b 100644
--- a/src/FSlibos.h
+++ b/src/FSlibos.h
@@ -68,7 +68,6 @@ in this Software without prior written authorization from The Open Group.
#ifndef FS_OPEN_MAX
-#ifndef X_NOT_POSIX
#ifdef _POSIX_SOURCE
#include <limits.h>
#else
@@ -76,7 +75,6 @@ in this Software without prior written authorization from The Open Group.
#include <limits.h>
#undef _POSIX_SOURCE
#endif
-#endif
#ifndef SIZE_MAX
# ifdef ULONG_MAX
# define SIZE_MAX ULONG_MAX