mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-21 07:11:14 +08:00
fix preprocessor mistake.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2445 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -82,7 +82,7 @@ _link_r(struct _reent *ptr, const char *old, const char *new)
|
||||
_off_t
|
||||
_lseek_r(struct _reent *ptr, int fd, _off_t pos, int whence)
|
||||
{
|
||||
#ifndef RT_USING_DfS
|
||||
#ifndef RT_USING_DFS
|
||||
return 0;
|
||||
#else
|
||||
_off_t rc;
|
||||
|
Reference in New Issue
Block a user