/* Synchronize at least the data part of a file with the underlying
media. */
int
fdatasync (int fildes)
{
return fsync (fildes);
}作者: 雪花烂饼子 时间: 2011-11-3 13:12
原帖由 qun 于 2011-11-3 13:10 发表
单词不同
不仅仅是单词不同哦, 测试结果相差十万八千里, 但两个参数, 都确实把 test 写到硬盘里了!作者: 雪花烂饼子 时间: 2011-11-3 13:15