From debafa10bcf2dd52392739a3aa6aff54f044fcd8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 23 Apr 2009 01:14:33 +0000 Subject: * stdio-common/printf.h: Add missing const to register_printf_modifier. * stdio-common/reg-modifier.c: Likewise. 2009-04-22 Andrew Stubbs * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there is no FPU. --- stdio-common/printf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/printf.h') diff --git a/stdio-common/printf.h b/stdio-common/printf.h index a11af02274..af8cf34fcc 100644 --- a/stdio-common/printf.h +++ b/stdio-common/printf.h @@ -113,7 +113,7 @@ extern int register_printf_function (int __spec, printf_function __func, it returns a positive value representing the bit set in the USER field in 'struct printf_info'. */ -extern int register_printf_modifier (wchar_t *__str) __wur __THROW; +extern int register_printf_modifier (__const wchar_t *__str) __wur __THROW; /* Register variable argument handler for user type. The return value -- cgit 1.4.1