提交 cba5eb60 编写于 作者: Y yungchi@cs.nctu.edu.tw

use DFS_STATUS_EINVAL

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1768 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 f66dafe7
......@@ -202,7 +202,7 @@ off_t lseek(int fd, off_t offset, int whence)
if( offset < 0 )
{
rt_set_errno(EINVAL);
rt_set_errno(DFS_STATUS_EINVAL);
return -1;
}
result = dfs_file_lseek(d, offset);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册