47de526525
在Linux中settimeofday以及gettimeofday函数的时区功能已经被废弃,因此增加注释予以提示。 gettimeofday实现了tz_minuteswest功能,tz_dsttime功能未实现,按废弃处理; settimeofday时区功能废弃。 |
||
---|---|---|
.. | ||
none-gcc | ||
sys | ||
SConscript | ||
dirent.h | ||
readme.md | ||
stdlib.c | ||
termios.h | ||
time.c | ||
unistd.c |
readme.md
Attentions
-
This folder is "common" for all toolchains.
-
If you want to add new
.c
files, please do not forget to fix SConscript file too. eg:
if GetDepend('RT_USING_POSIX') == False:
SrcRemove(src, ['unistd.c'])