Merge pull request #164 from ryandesign/patch-1

interfaces-and-libraries.sh: Fix typo in comment
This commit is contained in:
Wolfgang Thaller 2022-08-04 12:25:35 +02:00 committed by GitHub
commit 8109463758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ function removeConflictingHeaders()
{
# On case-insensitive file systems, there will be some conflicts with
# newlib. For now, universal interfaces get the right of way.
rm -f "$1/Threads.h" # thread.h: does not currently work anyways
rm -f "$1/Threads.h" # threads.h: does not currently work anyways
rm -f "$1/Memory.h" # memory.h: non-standard aliasof string.h
cp "$1/strings.h" "$1/bsdstrings.h"
rm -f "$1/Strings.h" # strings.h: traditional bsd string functions