summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/sunos-5.5/__stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/sunos-5.5/__stdio.h')
-rwxr-xr-xmit-pthreads/machdep/sunos-5.5/__stdio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/sunos-5.5/__stdio.h b/mit-pthreads/machdep/sunos-5.5/__stdio.h
new file mode 100755
index 00000000000..4dd4becdbe9
--- /dev/null
+++ b/mit-pthreads/machdep/sunos-5.5/__stdio.h
@@ -0,0 +1,6 @@
+typedef pthread_fpos_t fpos_t;
+
+#ifndef _SIZE_T
+#define _SIZE_T
+typedef pthread_size_t size_t;
+#endif