From 9c8f5521ac2d6be417433bd586636ca1f280f8a8 Mon Sep 17 00:00:00 2001 From: cvpcs Date: Fri, 25 Jun 2010 15:15:19 -0500 Subject: switched extern of fdprintf from void to int (change in bionic) --- externs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs.h b/externs.h index c8aa862..c621d3b 100644 --- a/externs.h +++ b/externs.h @@ -179,7 +179,7 @@ extern void clock_t_to_secs (); extern void print_clock_t (); /* Declarations for functions defined in lib/sh/fdprintf.c */ -extern void fdprintf __P((int, const char *, ...)) __attribute__((__format__ (printf, 2, 3))); +extern int fdprintf __P((int, const char *, ...)) __attribute__((__format__ (printf, 2, 3))); /* Declarations for functions defined in lib/sh/fmtulong.c */ #define FL_PREFIX 0x01 /* add 0x, 0X, or 0 prefix as appropriate */ -- cgit v1.1