提交 0405b647 编写于 作者: B bernard.xiong@gmail.com

fix preprocessor mistake.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2445 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 6a8ac781
...@@ -82,7 +82,7 @@ _link_r(struct _reent *ptr, const char *old, const char *new) ...@@ -82,7 +82,7 @@ _link_r(struct _reent *ptr, const char *old, const char *new)
_off_t _off_t
_lseek_r(struct _reent *ptr, int fd, _off_t pos, int whence) _lseek_r(struct _reent *ptr, int fd, _off_t pos, int whence)
{ {
#ifndef RT_USING_DfS #ifndef RT_USING_DFS
return 0; return 0;
#else #else
_off_t rc; _off_t rc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册