summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/alpha-osf1/__unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/alpha-osf1/__unistd.h')
-rwxr-xr-xmit-pthreads/machdep/alpha-osf1/__unistd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/alpha-osf1/__unistd.h b/mit-pthreads/machdep/alpha-osf1/__unistd.h
new file mode 100755
index 00000000000..2a7fbe9389b
--- /dev/null
+++ b/mit-pthreads/machdep/alpha-osf1/__unistd.h
@@ -0,0 +1,6 @@
+#include <sys/types.h>
+
+#ifndef _SSIZE_T
+#define _SSIZE_T
+typedef long ssize_t; /* Added by monty */
+#endif