This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
RE: [PATCH] Improve bzero performance
- From: "Wilco Dijkstra" <wdijkstr at arm dot com>
- To: "'Roland McGrath'" <roland at hack dot frob dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Fri, 27 Feb 2015 15:03:12 -0000
- Subject: RE: [PATCH] Improve bzero performance
- Authentication-results: sourceware.org; auth=none
- References: <001c01d02e7a$15e03f50$41a0bdf0$ at com> <20150113184003 dot 915402C39DB at topped-with-meat dot com>
> Roland McGrath wrote:
> > +#include <stddef.h>
> > #include <string.h>
>
> Actually, there is no reason for this new #include. Drop it.
OK, committed without the include.
Wilco