[PATCH] tst-rec-dlopen: Fix build fail due to missing inclusion of string.h

Florian Weimer fweimer@redhat.com
Mon Jun 6 08:57:00 GMT 2016


On 06/06/2016 10:49 AM, Stefan Liebler wrote:

> on S390, I get an compile error for dlfcn/tst-rec-dlopen.c:
> tst-rec-dlopen.c: In function ‘malloc’:
> tst-rec-dlopen.c:101:4: error: implicit declaration of function ‘strlen’
> [-Werror=implicit-function-declaration]
>     (void) write (STDOUT_FILENO, message, strlen (message));
>     ^
> tst-rec-dlopen.c:101:42: error: incompatible implicit declaration of
> built-in function ‘strlen’ [-Werror]
>     (void) write (STDOUT_FILENO, message, strlen (message));
>                                           ^
> tst-rec-dlopen.c:112:42: error: incompatible implicit declaration of
> built-in function ‘strlen’ [-Werror]
>     (void) write (STDOUT_FILENO, message, strlen (message));
>                                           ^
>
>
> This patch adds the missing "#include <string.h>" for strlen.
> Okay to commit?

Yes, please.

Thanks,
Florian



More information about the Libc-alpha mailing list