From: Adhemerval Zanella Date: Thu, 31 Mar 2016 13:51:51 +0000 (-0300) Subject: Fix tst-dlsym-error build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee3626a10e5b1cee042dc62cb7ca8d270de33a7;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. (cherry picked from commit e91bd7465816f474617dcb4bbfe72f3594c5783c) (cherry picked from commit a824d609581d5ee7544aabcbbc70e8da44b2b5b6) --- 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;