diff options
Diffstat (limited to 'mit-pthreads/machdep/bsdi-2.0/__stdio.h')
-rwxr-xr-x | mit-pthreads/machdep/bsdi-2.0/__stdio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/bsdi-2.0/__stdio.h b/mit-pthreads/machdep/bsdi-2.0/__stdio.h new file mode 100755 index 00000000000..d4d37c2017c --- /dev/null +++ b/mit-pthreads/machdep/bsdi-2.0/__stdio.h @@ -0,0 +1,7 @@ +#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> */ |