posix-sunos-4.1.3.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* ==== posix.h ============================================================
  2.  * Copyright (c) 1993 by Chris Provenzano, proven@athena.mit.edu
  3.  *
  4.  * $Id$
  5.  *
  6.  * Description : Do the right thing for a sunos 4.1.3 system.
  7.  *
  8.  *  1.00 93/07/20 proven
  9.  *      -Started coding this file.
  10.  */
  11. #ifndef _PTHREAD_POSIX_H_
  12. #ifndef __WAIT_STATUS
  13. #define __WAIT_STATUS   int *
  14. #endif
  15. #define _PTHREAD_POSIX_H_
  16. #include <sys/cdefs.h>
  17. /* Make sure we have size_t defined */
  18. #include <pthread/types.h>
  19. extern long strtol();
  20. extern unsigned long strtoul();
  21. #endif