[libc] fix a typo (#5689)

This commit is contained in:
Man, Jianting (Meco) 2022-03-20 20:57:36 -04:00 committed by GitHub
parent 84ebead9c9
commit ee10516544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'