mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
7 lines
105 B
C
Executable file
7 lines
105 B
C
Executable file
|
|
#ifndef _SIZE_T
|
|
#define _SIZE_T
|
|
typedef pthread_size_t size_t;
|
|
#endif
|
|
|
|
typedef pthread_fpos_t fpos_t;
|