summaryrefslogtreecommitdiff
path: root/Xos.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xos.h')
-rw-r--r--Xos.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Xos.h b/Xos.h
index 4a4f887..27ef9e3 100644
--- a/Xos.h
+++ b/Xos.h
@@ -85,8 +85,6 @@ in this Software without prior written authorization from The Open Group.
* which can be really inconvenient. :-(
*/
-#ifndef X_NOT_STDC_ENV
-
#include <string.h>
#if defined(__SCO__) || defined(__UNIXWARE__)
#include <strings.h>
@@ -126,12 +124,10 @@ in this Software without prior written authorization from The Open Group.
#define strrchr rindex
#endif
-#endif /* X_NOT_STDC_ENV */
-
/*
* strerror()
*/
-#if (defined(X_NOT_STDC_ENV) || (defined(sun) && !defined(SVR4))) && !defined(__GLIBC__)
+#if (defined(sun) && !defined(SVR4)) && !defined(__GLIBC__)
#ifndef strerror
extern char *sys_errlist[];
extern int sys_nerr;