diff options
Diffstat (limited to 'mit-pthreads/machdep/irix-5.2/__stdio.h')
-rwxr-xr-x | mit-pthreads/machdep/irix-5.2/__stdio.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/irix-5.2/__stdio.h b/mit-pthreads/machdep/irix-5.2/__stdio.h new file mode 100755 index 00000000000..bb4c14b32c6 --- /dev/null +++ b/mit-pthreads/machdep/irix-5.2/__stdio.h @@ -0,0 +1,6 @@ +#if !defined(_SIZE_T) && !defined(_SIZE_T_) +#define _SIZE_T +typedef pthread_size_t size_t; +#endif + +typedef pthread_fpos_t fpos_t; |