<string.h>: Make strchrnul, strcasestr, memmem available by default
commit30e3ca78f92be44f46851557f54b47e789bd3416
authorFlorian Weimer <fweimer@redhat.com>
Thu, 6 Apr 2023 14:40:44 +0000 (6 16:40 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 6 Apr 2023 14:41:12 +0000 (6 16:41 +0200)
treea2a076755133080991c63f80ab68340480ea32bc
parent81a3cc956ef4e324c83419fa6d7a559d6e762cd7
<string.h>: Make strchrnul, strcasestr, memmem available by default

FreeBSD makes them available by default, too, so there does not seem
to be a reason to restrict these functions to _GNU_SOURCE.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
string/string.h