mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
8 lines
116 B
C
8 lines
116 B
C
|
#ifndef _PTHREAD_POSIX_H_
|
||
|
#define _PTHREAD_POSIX_H_
|
||
|
|
||
|
#define __WAIT_STATUS int *
|
||
|
#include <pthread/types.h>
|
||
|
|
||
|
#endif
|