diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 18:36:07 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 18:36:07 -0400 |
commit | 8593482f5ec33daa90fca63db380edc8283c39df (patch) | |
tree | e25f91d2545768b583d1ebe0169db78ffef96aba /NEWS | |
parent | 81a5726bd231f21a3621007bde58eac9a0f82885 (diff) | |
download | glibc-8593482f5ec33daa90fca63db380edc8283c39df.tar.gz glibc-8593482f5ec33daa90fca63db380edc8283c39df.tar.xz glibc-8593482f5ec33daa90fca63db380edc8283c39df.zip |
Fix visibility of declarations of wcpcpy and wcpncpy.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 8aa9316d52..711e11fab5 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,8 @@ Version 2.14 * The following bugs are resolved with this release: - 11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12583, 12587, 12597 + 11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12583, 12587, 12597, + 12631 Version 2.13 |