diff options
Diffstat (limited to 'lib/libpthread/machdep/hpux-10.20/__stdio.h')
-rwxr-xr-x | lib/libpthread/machdep/hpux-10.20/__stdio.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libpthread/machdep/hpux-10.20/__stdio.h b/lib/libpthread/machdep/hpux-10.20/__stdio.h new file mode 100755 index 00000000000..b8f1a07d9d6 --- /dev/null +++ b/lib/libpthread/machdep/hpux-10.20/__stdio.h @@ -0,0 +1,11 @@ + +#ifndef _SIZE_T +#define _SIZE_T +typedef pthread_size_t size_t; +#endif + +#include <sys/types.h> +/* +typedef pthread_fpos_t fpos_t; +*/ + |