diff options
Diffstat (limited to 'lib/libpthread/machdep/irix-5.2/__string.h')
-rwxr-xr-x | lib/libpthread/machdep/irix-5.2/__string.h | 5 |
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 + |