posix: remove strcasecmp functions and macros#3864
Conversation
|
ACK |
Are we sure about this? |
|
The test app that uses libcoap (and nothing much else) is blacklisting them. |
|
I would prefer to discuss how to handle those boards + POSIX for the next release. I've tried to sneak in some optimizations to the |
Most prominent example that comes to my mind is |
|
ACK holds. Nothing seems to be broken so far. These string functions can be added for specific targets in a later phase |
posix: remove strcasecmp functions and macros
Those functions and macros are already provided by glibc and newlib, but not by
libc-msp430andlibc-avr. However, the only library that uses them islibcoapwhich is too fat formsp430andavrboards. And since they prove this proved to be a little bit difficult in #3612, this PR removes them