mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
tolower() is always provided by the standard C library. Remove the implementation of tolower() from UnitTestHostCrtWrapper.c that is only used when building host based unit tests. PR https://github.com/tianocore/edk2/pull/11217 attempted to resolve this issue by renaming tolower() to avoid duplicate symbols. This change removes this workaround as well. Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> |
||
|---|---|---|
| .. | ||
| BaseMemAllocation.c | ||
| ConstantTimeClock.c | ||
| CrtWrapper.c | ||
| RuntimeMemAllocation.c | ||
| TimerWrapper.c | ||
| UnitTestHostCrtWrapper.c | ||