This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Replace __bzero with memset


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]