From 545ea1bd73ca8ed98e6a356d5491a470345402fc Mon Sep 17 00:00:00 2001 From: das Date: Wed, 25 Mar 2009 08:07:52 +0000 Subject: Make programs that define a macro called `dprintf' more likely to work. --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index d9f3628..8446d63 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -381,7 +381,7 @@ ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); #endif #ifdef _WITH_DPRINTF -int dprintf(int, const char * __restrict, ...); +int (dprintf)(int, const char * __restrict, ...); #endif #endif /* __BSD_VISIBLE || __POSIX_VISIBLE >= 200809 */ -- cgit v1.1