mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
8 lines
182 B
C
Executable file
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> */
|