提交 85311bd0 编写于 作者: V vcbchang

feat:移除musl中的porting下的sync函数,将不支持判断移到内核中

【背景】 musl中porting下的sync函数与原版的musl库一样,故将其删除。 将porting的不支持判断移到内核系统调用后的sync判断中
【修改方案】
musl中的porting下的sync函数删掉,将内核sync函数增加判断。

re #I446P5
Signed-off-by: Nvcbchang <vcbchang@qq.com>
Change-Id: I0391f29926e6695e52c9189642bcf36d98f3e342
上级 ff4edf77
#include <unistd.h>
#include <unsupported_api.h>
#include "syscall.h"
void sync(void)
{
unsupported_api(__FUNCTION__);
__syscall(SYS_sync);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册