diff options
Diffstat (limited to 'lib/libpthread/machdep/netbsd-1.1/__stdio.h')
-rwxr-xr-x | lib/libpthread/machdep/netbsd-1.1/__stdio.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libpthread/machdep/netbsd-1.1/__stdio.h b/lib/libpthread/machdep/netbsd-1.1/__stdio.h new file mode 100755 index 00000000000..d60b9df7a54 --- /dev/null +++ b/lib/libpthread/machdep/netbsd-1.1/__stdio.h @@ -0,0 +1,8 @@ + +#include <machine/ansi.h> +#ifdef _BSD_SIZE_T_ +typedef _BSD_SIZE_T_ size_t; +#undef _BSD_SIZE_T_ +#endif + +typedef pthread_fpos_t fpos_t; /* Must match off_t <sys/types.h> */ |