From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:21
Thanks.
How much would we care about non GNU libc I wonder. We could
just lose that private definition, and say
#define _GNU_SOURCE
#include <stdio.h>
instead, in git-compat-util.h.
But let's leave that to later rounds.