summaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/string.h b/include/string.h
index 7b3dbc6..7715991 100644
--- a/include/string.h
+++ b/include/string.h
@@ -38,7 +38,7 @@
#define _STRING_H_
#include <sys/cdefs.h>
-#include <machine/ansi.h>
+#include <sys/_types.h>
/*
* Prototype functions which were historically defined in <string.h>, but
@@ -48,9 +48,9 @@
#include <strings.h>
#endif
-#ifdef _BSD_SIZE_T_
-typedef _BSD_SIZE_T_ size_t;
-#undef _BSD_SIZE_T_
+#ifndef _SIZE_T_DECLARED
+typedef __size_t size_t;
+#define _SIZE_T_DECLARED
#endif
#ifndef NULL
OpenPOWER on IntegriCloud