mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-26 00:32:02 +00:00
interfaces-and-libraries.sh: Fix typo in comment
This commit is contained in:
parent
75631f17ae
commit
a8910354d2
@ -186,7 +186,7 @@ function removeConflictingHeaders()
|
|||||||
{
|
{
|
||||||
# On case-insensitive file systems, there will be some conflicts with
|
# On case-insensitive file systems, there will be some conflicts with
|
||||||
# newlib. For now, universal interfaces get the right of way.
|
# 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
|
rm -f "$1/Memory.h" # memory.h: non-standard aliasof string.h
|
||||||
cp "$1/strings.h" "$1/bsdstrings.h"
|
cp "$1/strings.h" "$1/bsdstrings.h"
|
||||||
rm -f "$1/Strings.h" # strings.h: traditional bsd string functions
|
rm -f "$1/Strings.h" # strings.h: traditional bsd string functions
|
||||||
|
Loading…
Reference in New Issue
Block a user