summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-05 17:39:05 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-11-05 17:39:14 -0800
commit03c035b061a0582159467dcadfc8e95074e2a84f (patch)
tree5d721de99fd8ed6424717f6de5174ff06d09332e
parentad4f4d8a2d0730c0ea3c09210bf921638b4682bc (diff)
Remove unneeded checks for #ifndef X_NOT_POSIX
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/fc/fslibos.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fc/fslibos.h b/src/fc/fslibos.h
index c1f0ede..36eb879 100644
--- a/src/fc/fslibos.h
+++ b/src/fc/fslibos.h
@@ -45,7 +45,6 @@ from The Open Group.
#ifndef FONT_OPEN_MAX
-#ifndef X_NOT_POSIX
# ifdef _POSIX_SOURCE
# include <limits.h>
# else
@@ -53,7 +52,6 @@ from The Open Group.
# include <limits.h>
# undef _POSIX_SOURCE
# endif
-#endif
#ifndef SIZE_MAX
# ifdef ULONG_MAX
# define SIZE_MAX ULONG_MAX