summaryrefslogtreecommitdiff
path: root/mit-pthreads/include/pthread/ac-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/include/pthread/ac-types.h')
-rw-r--r--mit-pthreads/include/pthread/ac-types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mit-pthreads/include/pthread/ac-types.h b/mit-pthreads/include/pthread/ac-types.h
new file mode 100644
index 00000000000..c9dc938f6e8
--- /dev/null
+++ b/mit-pthreads/include/pthread/ac-types.h
@@ -0,0 +1,11 @@
+#ifndef pthread_size_t
+#define pthread_ipaddr_type unsigned int
+#define pthread_ipport_type unsigned short
+#define pthread_clock_t long
+#define pthread_size_t unsigned int
+#define pthread_ssize_t int
+#define pthread_time_t long
+#define pthread_fpos_t long long
+#define pthread_off_t long long
+#define pthread_va_list void *
+#endif