diff options
Diffstat (limited to 'mit-pthreads/machdep/posix-alpha-osf1.h')
-rw-r--r-- | mit-pthreads/machdep/posix-alpha-osf1.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/posix-alpha-osf1.h b/mit-pthreads/machdep/posix-alpha-osf1.h new file mode 100644 index 00000000000..1d8bb6c5c4b --- /dev/null +++ b/mit-pthreads/machdep/posix-alpha-osf1.h @@ -0,0 +1,7 @@ +#ifndef _PTHREAD_POSIX_H_ +#define _PTHREAD_POSIX_H_ + +#define __WAIT_STATUS int * +#include <pthread/types.h> + +#endif |