> + License along with the GNU C Library; if not, see > + <http://www.gnu.org/licenses/>. */ > +#define TEST_BZERO > +#include "test-memset.c" > + That blank line should be after the comment. I think the git hooks won't let you push without fixing that. Other than this nit, the change looks all good to me. Thanks, Roland