summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr_internal.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/h/zephyr/zephyr_internal.h b/h/zephyr/zephyr_internal.h
index 68d1aff..d0f8540 100644
--- a/h/zephyr/zephyr_internal.h
+++ b/h/zephyr/zephyr_internal.h
@@ -16,18 +16,12 @@
#define __ZINTERNAL_H__
#include <zephyr/zephyr.h>
-#if defined(_POSIX_SOURCE) || defined(SYSV)
#include <string.h>
-#define index strchr
-#define rindex strrchr
-#else
-#include <strings.h> /* for strcpy, etc. */
-#endif
#include <sys/types.h> /* for time_t, uid_t, etc */
+
#ifdef lint
-#include <sys/uio.h> /* to make lint shut up about
- struct/union iovec */
-#endif /* lint */
+#include <sys/uio.h> /* to make lint shut up about struct/union iovec */
+#endif
struct _Z_Hole {
struct _Z_Hole *next;