keep bsd strings.h around as bsdstrings.h so it can be used on case-insensitive file systems

This commit is contained in:
Wolfgang Thaller 2020-10-04 15:44:03 +02:00
parent c3625b9bda
commit 527edf0e49
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ function removeConflictingHeaders()
# 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/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
}