diff options
-rw-r--r-- | src/fc/fslibos.h | 2 |
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 |