mariadb/mit-pthreads/machdep/netbsd-1.1/__stdio.h
bk@work.mysql.com f4c589ff6c Import changeset
2000-07-31 21:29:14 +02:00

8 lines
182 B
C
Executable file

#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> */