From: Adhemerval Zanella Date: Thu, 31 Mar 2016 13:51:51 +0000 (-0300) Subject: Fix tst-dlsym-error build X-Git-Tag: glibc-2.24~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91bd7465816f474617dcb4bbfe72f3594c5783c;p=thirdparty%2Fglibc.git Fix tst-dlsym-error build This patch fixes the new test tst-dlsym-error build on aarch64 (and possible other architectures as well) due missing strchrnul definition. * elf/tst-dlsym-error.c: Include for strchrnul. --- diff --git a/ChangeLog b/ChangeLog index 33d2377ab65..4fc73b13b22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-03-31 Adhemerval Zanella + + * elf/tst-dlsym-error.c: Include for strchrnul. + 2016-03-31 Florian Weimer [BZ #19509] diff --git a/elf/tst-dlsym-error.c b/elf/tst-dlsym-error.c index 11b035881dc..fb084c510c7 100644 --- a/elf/tst-dlsym-error.c +++ b/elf/tst-dlsym-error.c @@ -20,6 +20,7 @@ #include #include #include +#include /* Used to disambiguate symbol names. */ static int counter;