summaryrefslogtreecommitdiff
path: root/src/include/port/nextstep.h
blob: ca078ab10d4ad9d2f92b1d28b4e86d0d55f6a429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
#  define NEED_SIG_JMP
# endif

# define JMP_BUF
# define NO_WAITPID
  typedef struct mutex slock_t;