summaryrefslogtreecommitdiff
path: root/mit-pthreads
diff options
context:
space:
mode:
authorunknown <monty@work.mysql.com>2000-08-30 17:19:35 +0200
committerunknown <monty@work.mysql.com>2000-08-30 17:19:35 +0200
commitee8ec661987477d5266fb1f03cf45dbe5e7bd50f (patch)
tree27893b5dcc27c2d3b46fc11622dfc691c9cc18a6 /mit-pthreads
parent45c60b2c6a71bf44e802a71be3feaed67546f2e3 (diff)
downloadmariadb-git-ee8ec661987477d5266fb1f03cf45dbe5e7bd50f.tar.gz
ac-types.h Added back removed file
mit-pthreads/include/pthread/ac-types.h: Added back removed file
Diffstat (limited to 'mit-pthreads')
-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..0a13d320e88
--- /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
+#define pthread_off_t long
+#define pthread_va_list void *
+#endif