diff options
Diffstat (limited to 'mit-pthreads/machdep/posix-irix-5.2.h')
-rw-r--r-- | mit-pthreads/machdep/posix-irix-5.2.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/mit-pthreads/machdep/posix-irix-5.2.h b/mit-pthreads/machdep/posix-irix-5.2.h deleted file mode 100644 index d387bbbbf69..00000000000 --- a/mit-pthreads/machdep/posix-irix-5.2.h +++ /dev/null @@ -1,31 +0,0 @@ -/* ==== posix.h ============================================================ - * Copyright (c) 1995 by Chris Provenzano, proven@athena.mit.edu - * - * Description : Convert an IRIX-5.2 system to a more or less POSIX system. - * - * $Id$ - * - * 1.00 95/06/01 proven - * -Started coding this file. - */ - -#ifndef _PTHREAD_POSIX_H_ -#define _PTHREAD_POSIX_H_ - -#include <sys/cdefs.h> - -/* More stuff for compiling */ -#if defined(__GNUC__) -#define __INLINE extern inline -#else -#define __INLINE static -#endif - -/* Make sure we have size_t defined */ -#include <pthread/types.h> - -#ifndef __WAIT_STATUS -#define __WAIT_STATUS int * -#endif - -#endif |