diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-03-24 08:19:18 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-03-24 08:19:18 +0000 |
commit | 55a24b753a4f6e03ed23e16b2be847bd5c5642a7 (patch) | |
tree | c72d70578f8305f1cfedc9a24507d12c45a5ff1c /locale | |
parent | dfaef65dcfc165ef88957b7b4633499cbf612299 (diff) | |
download | glibc-55a24b753a4f6e03ed23e16b2be847bd5c5642a7.tar.gz glibc-55a24b753a4f6e03ed23e16b2be847bd5c5642a7.tar.xz glibc-55a24b753a4f6e03ed23e16b2be847bd5c5642a7.zip |
Updated to fedora-glibc-20050324T0715 cvs/fedora-glibc-2_3_4-17
Diffstat (limited to 'locale')
-rw-r--r-- | locale/iso-4217.def | 1 | ||||
-rw-r--r-- | locale/setlocale.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/locale/iso-4217.def b/locale/iso-4217.def index 01a69950dc..b7c05a351d 100644 --- a/locale/iso-4217.def +++ b/locale/iso-4217.def @@ -43,6 +43,7 @@ DEFINE_INT_CURR("CLP") /* Chilean Peso */ DEFINE_INT_CURR("CNY") /* China Yuan Renminbi */ DEFINE_INT_CURR("COP") /* Colombian Peso */ DEFINE_INT_CURR("CRC") /* Costa Rican Colon */ +DEFINE_INT_CURR("CSD") /* Serbian Dinar */ DEFINE_INT_CURR("CUP") /* Cuban Peso */ DEFINE_INT_CURR("CVE") /* Cape Verde Escudo */ DEFINE_INT_CURR("CYP") /* Cypriot Pound */ diff --git a/locale/setlocale.c b/locale/setlocale.c index e6db70d4c7..50bf8e772f 100644 --- a/locale/setlocale.c +++ b/locale/setlocale.c @@ -372,7 +372,7 @@ setlocale (int category, const char *locale) /* Critical section left. */ __libc_lock_unlock (__libc_setlocale_lock); - /* Free the resources (the locale path variable. */ + /* Free the resources (the locale path variable). */ free (locale_path); return composite; |