aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-01 18:36:07 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 18:36:07 -0400
commit8593482f5ec33daa90fca63db380edc8283c39df (patch)
treee25f91d2545768b583d1ebe0169db78ffef96aba /ChangeLog
parent81a5726bd231f21a3621007bde58eac9a0f82885 (diff)
downloadglibc-8593482f5ec33daa90fca63db380edc8283c39df.zip
glibc-8593482f5ec33daa90fca63db380edc8283c39df.tar.gz
glibc-8593482f5ec33daa90fca63db380edc8283c39df.tar.bz2
Fix visibility of declarations of wcpcpy and wcpncpy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4cf882..f093d9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-01 Ulrich Drepper <drepper@gmail.com>
+
+ [BZ #12631]
+ * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
+
2011-03-30 Andreas Schwab <schwab@redhat.com>
* misc/syncfs.c: New file.