Re: [PATCH] config: add _cb suffix to callback functions

2013-08-27 Thread Eric Sunshine
On Tue, Aug 27, 2013 at 10:54 AM, Junio C Hamano wrote: > Natanael Copa writes: > >> Commit 4d8dd1494e9f3af2e9738edaca40ada096f7bf10 introduced a build >> regression on uClibc which defines fgetc as macro. To work around that >> we add a _cb suffix to the callback functions. >> >> Signed-off-by:

Re: [PATCH] config: add _cb suffix to callback functions

2013-08-27 Thread Junio C Hamano
Natanael Copa writes: > Commit 4d8dd1494e9f3af2e9738edaca40ada096f7bf10 introduced a build > regression on uClibc which defines fgetc as macro. To work around that > we add a _cb suffix to the callback functions. > > Signed-off-by: Natanael Copa > --- Thanks; I think Peff already fixed this yes

[PATCH] config: add _cb suffix to callback functions

2013-08-27 Thread Natanael Copa
Commit 4d8dd1494e9f3af2e9738edaca40ada096f7bf10 introduced a build regression on uClibc which defines fgetc as macro. To work around that we add a _cb suffix to the callback functions. Signed-off-by: Natanael Copa --- config.c | 32 1 file changed, 16 insertions(