提交 7b0e1d77 编写于 作者: O openharmony_ci 提交者: Gitee

!77 文件系统的sync函数仅在fat文件系统下支持,限制sync其他文件系统不支持的情况

Merge pull request !77 from phchang/fixsync
#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.
先完成此消息的编辑!
想要评论请 注册