#ifndef _LIBC_PTHREAD_H #define _LIBC_PTHREAD_H #include #include #include #include __BEGIN_DECLS int pthread_create(void* func); __END_DECLS #endif /* _LIBC_PTHREAD_H */