libs/libc: export exit() if configured in flat mode
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
6b10d8ed19
commit
0f8ecc0150
|
@ -31,7 +31,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifndef __KERNEL__
|
||||
#if defined(CONFIG_BUILD_FLAT) || !defined(__KERNEL__)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
|
|
Loading…
Reference in New Issue