diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-11 20:04:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-11 20:04:32 +0000 |
commit | f4c16ceedd45370aa5207f42dd12fc84d0d46b89 (patch) | |
tree | 2f5807359cc85a5ba349f72b96bb7a7d5ee22497 /locale/localeinfo.h | |
parent | a89a3dab8050c1dbf0c125d44d45ff67b43703cb (diff) | |
download | glibc-f4c16ceedd45370aa5207f42dd12fc84d0d46b89.tar.gz glibc-f4c16ceedd45370aa5207f42dd12fc84d0d46b89.tar.xz glibc-f4c16ceedd45370aa5207f42dd12fc84d0d46b89.zip |
* locale/loadarchive.c (LOCALEDIR): Remove debugging defn. Oops.
Diffstat (limited to 'locale/localeinfo.h')
-rw-r--r-- | locale/localeinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/localeinfo.h b/locale/localeinfo.h index bcb5805854..44a10e1ca6 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -262,7 +262,7 @@ extern struct locale_data *_nl_load_locale_from_archive (int category, internal_function attribute_hidden; /* Subroutine of setlocale's __libc_subfreeres hook. */ -extern void _nl_archive_subfrees (void) attribute_hidden; +extern void _nl_archive_subfreeres (void) attribute_hidden; /* Validate the contents of a locale file and set up the in-core data structure to point into the data. This leaves the `alloc' |