summaryrefslogtreecommitdiff
path: root/lib/libpthread/machdep/irix-5.2/__string.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/machdep/irix-5.2/__string.h')
-rwxr-xr-xlib/libpthread/machdep/irix-5.2/__string.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libpthread/machdep/irix-5.2/__string.h b/lib/libpthread/machdep/irix-5.2/__string.h
new file mode 100755
index 00000000000..50261e73cfc
--- /dev/null
+++ b/lib/libpthread/machdep/irix-5.2/__string.h
@@ -0,0 +1,5 @@
+#if !defined(_SIZE_T) && !defined(_SIZE_T_)
+#define _SIZE_T
+typedef pthread_size_t size_t;
+#endif
+