posix-hpux-9.03.h
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 0k
Category:

MySQL

Development Platform:

Visual C++

  1. /* ==== posix.h ============================================================
  2.  * Copyright (c) 1993 by Chris Provenzano, proven@athena.mit.edu
  3.  *
  4.  * $Id$
  5.  *
  6.  * Description : Convert an Ultrix-4.2 system to a more or less POSIX system.
  7.  *
  8.  *  1.00 93/07/20 proven
  9.  *      -Started coding this file.
  10.  */
  11. #ifndef _PTHREAD_POSIX_H_
  12. #define _PTHREAD_POSIX_H_
  13. /* Make sure we have size_t defined */
  14. #include <pthread/types.h>
  15. #ifndef __WAIT_STATUS
  16. #define __WAIT_STATUS   int *
  17. #endif
  18. #endif