diff options
Diffstat (limited to 'src/include/port/nextstep.h')
-rw-r--r-- | src/include/port/nextstep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h index f893b48b03c..d0b43d57163 100644 --- a/src/include/port/nextstep.h +++ b/src/include/port/nextstep.h @@ -3,11 +3,11 @@ #if defined(__STRICT_ANSI__) #define isascii(c) ((unsigned)(c)<=0177) #endif -extern char *strdup(const char *string); +extern char *strdup(const char *string); #ifndef _POSIX_SOURCE typedef unsigned short mode_t; -typedef int sigset_t; +typedef int sigset_t; #define SIG_BLOCK 00 #define SIG_UNBLOCK 01 |