cleanup: include/: move misc/libc-hooks.h to sys/libc-hooks.h
move misc/libc-hooks.h to sys/libc-hooks.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
8be9f5de03
commit
447311ec3e
6 changed files with 68 additions and 53 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <misc/util.h>
|
||||
#include <kernel_internal.h>
|
||||
#include <sys/errno_private.h>
|
||||
#include <misc/libc-hooks.h>
|
||||
#include <sys/libc-hooks.h>
|
||||
#include <syscall_handler.h>
|
||||
#include <app_memory/app_memdomain.h>
|
||||
#include <init.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue