mariadb/mit-pthreads/machdep/posix-sunos-5.5.h
bk@work.mysql.com f4c589ff6c Import changeset
2000-07-31 21:29:14 +02:00

22 lines
474 B
C

/* ==== posix.h ============================================================
* Copyright (c) 1993 by Chris Provenzano, proven@athena.mit.edu
*
* $Id$
*
* Description : Do the right thing for a sunos 4.1.3 system.
*
* 1.00 93/07/20 proven
* -Started coding this file.
*/
#ifndef _PTHREAD_POSIX_H_
#define _PTHREAD_POSIX_H_
/* Make sure we have size_t defined */
#include <pthread/types.h>
#ifndef __WAIT_STATUS
#define __WAIT_STATUS int *
#endif
#endif