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:
Ramakrishna Pallala 2018-04-05 22:41:15 +05:30 committed by Anas Nashif
commit f603e603bb
24 changed files with 130 additions and 123 deletions

View file

@ -31,4 +31,7 @@ config BASE64
default n
help
Enable base64 encoding and decoding functionality
source "lib/posix/Kconfig"
endmenu