about summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/strfmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strfmon.c b/stdlib/strfmon.c
index 28249c1f62..49d88834fe 100644
--- a/stdlib/strfmon.c
+++ b/stdlib/strfmon.c
@@ -74,7 +74,7 @@
 #endif
 
 extern int __printf_fp (FILE *, const struct printf_info *,
-			const void **const);
+			const void *const *);
 /* This function determines the number of digit groups in the output.
    The definition is in printf_fp.c.  */
 extern unsigned int __guess_grouping (unsigned int intdig_max,