mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
ac-types.h Added back removed file
This commit is contained in:
parent
74ebbd6cbd
commit
43e13919b3
1 changed files with 11 additions and 0 deletions
11
mit-pthreads/include/pthread/ac-types.h
Normal file
11
mit-pthreads/include/pthread/ac-types.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef pthread_size_t
|
||||
#define pthread_ipaddr_type unsigned int
|
||||
#define pthread_ipport_type unsigned short
|
||||
#define pthread_clock_t long
|
||||
#define pthread_size_t unsigned int
|
||||
#define pthread_ssize_t int
|
||||
#define pthread_time_t long
|
||||
#define pthread_fpos_t long
|
||||
#define pthread_off_t long
|
||||
#define pthread_va_list void *
|
||||
#endif
|
Loading…
Add table
Reference in a new issue