summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
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