forked from Imagelibrary/rtems
posix: Create pthread implementation header
Move implementation specific parts of pthread.h and pthread.inl into new header file pthreadimpl.h. The pthread.h contains now only the application visible API.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <pthread.h>
|
||||
#include <sched.h>
|
||||
|
||||
#include <rtems/posix/pthread.h> /* for PTHREAD_MINIMUM_STACK_SIZE */
|
||||
#include <rtems/posix/pthreadimpl.h> /* for PTHREAD_MINIMUM_STACK_SIZE */
|
||||
|
||||
/* forward declarations to avoid warnings */
|
||||
void *POSIX_Init(void *argument);
|
||||
|
||||
Reference in New Issue
Block a user