Explorar o código

[libc] fix a typo (#5689)

Man, Jianting (Meco) %!s(int64=3) %!d(string=hai) anos
pai
achega
ee10516544
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'