summaryrefslogtreecommitdiff
path: root/include/locale.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-07 17:28:57 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-07 17:28:57 +0100
commit19373021defb3b917ba9617c3f45b22ab8da26dd (patch)
tree3d4f9d50baa199f2e208b84a552d8ee329582bb6 /include/locale.h
parentcda3f2658389330999ad35390ed2676a7dc37325 (diff)
locale.c, locale.h: no need for hidden duplocale
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h1
1 files changed, 0 insertions, 1 deletions
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'. */