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:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/posix/pthread.h>
|
||||
#include <rtems/posix/pthreadimpl.h>
|
||||
|
||||
/*
|
||||
* _ada_pthread_minimum_stack_size
|
||||
|
||||
Reference in New Issue
Block a user