lib: posix: Move posix layer from 'kernel' to 'lib'
Move posix layer from 'kernel' to 'lib' folder as it is not a core kernel feature. Fixed posix header file dependencies as part of the move and also removed NEWLIBC related macros from posix headers. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
This commit is contained in:
parent
cd05a630c8
commit
f603e603bb
24 changed files with 130 additions and 123 deletions
|
@ -10,8 +10,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <posix/time.h>
|
||||
#include "sys/types.h"
|
||||
#include <time.h>
|
||||
|
||||
int sem_destroy(sem_t *semaphore);
|
||||
int sem_getvalue(sem_t *restrict semaphore, int *restrict value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue