Skip to content

Commit ee10516

Browse files
authored
[libc] fix a typo (#5689)
1 parent 84ebead commit ee10516

File tree

1 file changed

+1
-1
lines changed
  • components/libc/compilers/newlib/legacy/_select

1 file changed

+1
-1
lines changed

components/libc/compilers/newlib/legacy/_select/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cwd = GetCurrentDir()
88
CPPPATH = [cwd]
99
group = []
1010

11-
# sys/select.h does not exist in newlib 2.1.0 or lower version
11+
# sys/select.h does not exist in newlib 2.2.0 or lower version
1212
if rtconfig.PLATFORM == 'gcc' and (CheckHeader(rtconfig, 'sys/select.h') == False):
1313
try:
1414
copy("../../../../common/nogcc/sys/select.h", "./sys/select.h") # copy from 'nogcc/sys/select.h'

0 commit comments

Comments
 (0)