This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Improve bzero performance
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "Wilco Dijkstra" <wdijkstr at arm dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Tue, 13 Jan 2015 10:40:03 -0800 (PST)
- Subject: Re: [PATCH] Improve bzero performance
- Authentication-results: sourceware.org; auth=none
- References: <001c01d02e7a$15e03f50$41a0bdf0$ at com>
> +#include <stddef.h>
> #include <string.h>
Actually, there is no reason for this new #include. Drop it.