浏览代码

[libc] fix a typo (#5689)

Man, Jianting (Meco) 3 年之前
父节点
当前提交
ee10516544
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/libc/compilers/newlib/legacy/_select/SConscript

+ 1 - 1
components/libc/compilers/newlib/legacy/_select/SConscript

@@ -8,7 +8,7 @@ cwd   = GetCurrentDir()
 CPPPATH = [cwd]
 group = []
 
-# sys/select.h does not exist in newlib 2.1.0 or lower version
+# sys/select.h does not exist in newlib 2.2.0 or lower version
 if rtconfig.PLATFORM == 'gcc' and (CheckHeader(rtconfig, 'sys/select.h') == False):
     try:
         copy("../../../../common/nogcc/sys/select.h", "./sys/select.h") # copy from 'nogcc/sys/select.h'