mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
6 lines
103 B
C
Executable file
6 lines
103 B
C
Executable file
typedef pthread_fpos_t fpos_t;
|
|
|
|
#ifndef _SIZE_T
|
|
#define _SIZE_T
|
|
typedef pthread_size_t size_t;
|
|
#endif
|