libs/libc: export exit() if configured in flat mode

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2023-02-23 09:57:28 +08:00 committed by Xiang Xiao
parent 6b10d8ed19
commit 0f8ecc0150
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include <stdlib.h>
#include <unistd.h>
#ifndef __KERNEL__
#if defined(CONFIG_BUILD_FLAT) || !defined(__KERNEL__)
/****************************************************************************
* Private Data