1 2 3 4 5 6 7
#ifndef _PTHREAD_POSIX_H_ #define _PTHREAD_POSIX_H_ #define __WAIT_STATUS int * #include <pthread/types.h> #endif