nextstep.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. #include <libc.h>
  2. #include <sys/ioctl.h>
  3. #if defined(__STRICT_ANSI__)
  4. #define isascii(c) ((unsigned)(c)<=0177)
  5. #endif
  6. extern char *strdup(const char *string);
  7. #ifndef _POSIX_SOURCE
  8. typedef unsigned short mode_t;
  9. typedef int sigset_t;
  10. #define SIG_BLOCK   00
  11. #define SIG_UNBLOCK   01
  12. #define SIG_SETMASK   02
  13. #define NEED_SIG_JMP
  14. #endif
  15. #define JMP_BUF
  16. #define NO_WAITPID
  17. typedef struct mutex slock_t;