mirror of
https://github.com/MariaDB/server.git
synced 2025-03-06 03:03:13 +01:00
6 lines
132 B
C
Executable file
6 lines
132 B
C
Executable file
#if !defined(_SIZE_T) && !defined(_SIZE_T_)
|
|
#define _SIZE_T
|
|
typedef pthread_size_t size_t;
|
|
#endif
|
|
|
|
typedef pthread_fpos_t fpos_t;
|