summaryrefslogtreecommitdiff
path: root/lib/libpthread/machdep/posix-ultrix-4.2.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/machdep/posix-ultrix-4.2.h')
-rw-r--r--lib/libpthread/machdep/posix-ultrix-4.2.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/libpthread/machdep/posix-ultrix-4.2.h b/lib/libpthread/machdep/posix-ultrix-4.2.h
deleted file mode 100644
index e35ee87c113..00000000000
--- a/lib/libpthread/machdep/posix-ultrix-4.2.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* ==== posix.h ============================================================
- * Copyright (c) 1993 by Chris Provenzano, proven@athena.mit.edu
- *
- * $Id: posix-ultrix-4.2.h,v 1.1 1998/07/21 13:19:16 peter Exp $
- *
- * Description : Convert an Ultrix-4.2 system to a more or less POSIX system.
- *
- * 1.00 93/07/20 proven
- * -Started coding this file.
- */
-
-#ifndef _PTHREAD_POSIX_H_
-#define _PTHREAD_POSIX_H_
-
-#include <sys/cdefs.h>
-
-/* Make sure we have size_t defined */
-#include <pthread/types.h>
-
-#ifndef __WAIT_STATUS
-#define __WAIT_STATUS int *
-#endif
-
-#endif