summaryrefslogtreecommitdiff
path: root/src/include/port/nextstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/nextstep.h')
-rw-r--r--src/include/port/nextstep.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h
deleted file mode 100644
index c21594dcadb..00000000000
--- a/src/include/port/nextstep.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#include "libc.h"
-#include <sys/ioctl.h>
-#if defined(__STRICT_ANSI__)
-#define isascii(c) ((unsigned)(c)<=0177)
-#endif
-extern char *strdup(const char *string);
-
-#ifndef _POSIX_SOURCE
-typedef unsigned short mode_t;
-typedef int sigset_t;
-
-#define SIG_BLOCK 00
-#define SIG_UNBLOCK 01
-#define SIG_SETMASK 02
-#endif
-
-#define NO_WAITPID
-typedef struct mutex slock_t;