diff options
Diffstat (limited to 'locale/Versions')
-rw-r--r-- | locale/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/Versions b/locale/Versions index 6e3b166905..fe88a1b389 100644 --- a/locale/Versions +++ b/locale/Versions @@ -27,4 +27,8 @@ libc { # functions from the experimental locale implementation __*_l; __newlocale; __duplocale; __freelocale; } + GLIBC_2.2 { + # The data structure changed. + localeconv; + } } |