From e78bcada8bfcbe9511d3726bd696f1e6dda62eca Mon Sep 17 00:00:00 2001 From: eyaleb Date: Fri, 13 Feb 2015 00:13:05 +1100 Subject: [PATCH] Update c_stdio.c --- app/libc/c_stdio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/libc/c_stdio.c b/app/libc/c_stdio.c index 6ef1dd30..c24861e8 100644 --- a/app/libc/c_stdio.c +++ b/app/libc/c_stdio.c @@ -281,10 +281,10 @@ typedef long long quad_t; typedef unsigned long long u_quad_t; typedef double rtype; -#define __P(x) x +#define __P_c_stdio(x) x -static char * _getbase __P((char *, int *)); -static int _atob __P((unsigned long long *, char *p, int)); +static char * _getbase __P_c_stdio((char *, int *)); +static int _atob __P_c_stdio((unsigned long long *, char *p, int)); static char * _getbase(char *p, int *basep)