From 19373021defb3b917ba9617c3f45b22ab8da26dd Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 7 Mar 2011 17:28:57 +0100 Subject: locale.c, locale.h: no need for hidden duplocale Signed-off-by: Peter S. Mazinger --- include/locale.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/locale.h') diff --git a/include/locale.h b/include/locale.h index d04c42ff6..b79626a46 100644 --- a/include/locale.h +++ b/include/locale.h @@ -204,7 +204,6 @@ libc_hidden_proto(newlocale) /* Return a duplicate of the set of locale in DATASET. All usage counters are increased if necessary. */ extern __locale_t duplocale (__locale_t __dataset) __THROW; -libc_hidden_proto(duplocale) /* Free the data associated with a locale dataset previously returned by a call to `setlocale_r'. */ -- cgit v1.2.3