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.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h
deleted file mode 100644
index ff4ea40f4e5..00000000000
--- a/src/include/port/nextstep.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* src/include/port/nextstep.h */
-
-#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