mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 05:15:23 +08:00
Merge pull request #1420 from armink/fix_libc
[libc/armlibc] Remove time() on stubs.c.
This commit is contained in:
commit
c136242986
@ -327,12 +327,3 @@ int fgetc(FILE *f)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef RT_USING_RTC
|
|
||||||
time_t time(time_t *t)
|
|
||||||
{
|
|
||||||
time_t time_now = 0;
|
|
||||||
|
|
||||||
return time_now;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user