cleanup: include/: move misc/errno_private.h to sys/errno_private.h
move misc/errno_private.h to sys/errno_private.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ee9dd1a54a
commit
896b8d3c50
4 changed files with 42 additions and 27 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <linker/linker-defs.h>
|
||||
#include <misc/util.h>
|
||||
#include <kernel_internal.h>
|
||||
#include <misc/errno_private.h>
|
||||
#include <sys/errno_private.h>
|
||||
#include <misc/libc-hooks.h>
|
||||
#include <syscall_handler.h>
|
||||
#include <app_memory/app_memdomain.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue