Squash commits for public release
This commit is contained in:
15
libs/libc/include/pthread.h
Normal file
15
libs/libc/include/pthread.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _LIBC_PTHREAD_H
|
||||
#define _LIBC_PTHREAD_H
|
||||
|
||||
#include <bits/thread.h>
|
||||
#include <sys/_structs.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
int pthread_create(void* func);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _LIBC_PTHREAD_H */
|
||||
Reference in New Issue
Block a user