[PATCH] Replace __bzero with memset

Wilco Dijkstra Wilco.Dijkstra@arm.com
Mon Jun 12 19:08:00 GMT 2017


Wilco Dijkstra wrote:
> I think adding a #undef next to the existing #undefs in string-inlines.c should do it.

I have committed this as a trivial fix, x86 now builds:

Add an undef of __stpcpy in string-inlines.c to avoid a redefinition
error on x86.

2017-06-12  Wilco Dijkstra  <wdijkstr@arm.com>

        * string/string-inlines.c: Add undef of __stpcpy to fix build issue.

Wilco


More information about the Libc-alpha mailing list