summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2009-03-25 08:07:52 +0000
committerdas <das@FreeBSD.org>2009-03-25 08:07:52 +0000
commit545ea1bd73ca8ed98e6a356d5491a470345402fc (patch)
tree5542df34dd3a480c822a6878799b320fd871f065 /include/stdio.h
parent7a685a3ad05e9da3b46285e60ada28b0c835bbd9 (diff)
downloadFreeBSD-src-545ea1bd73ca8ed98e6a356d5491a470345402fc.zip
FreeBSD-src-545ea1bd73ca8ed98e6a356d5491a470345402fc.tar.gz
Make programs that define a macro called `dprintf' more likely to work.
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud