mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
7 lines
116 B
C
7 lines
116 B
C
#ifndef _PTHREAD_POSIX_H_
|
|
#define _PTHREAD_POSIX_H_
|
|
|
|
#define __WAIT_STATUS int *
|
|
#include <pthread/types.h>
|
|
|
|
#endif
|