about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Marjamäki <Daniel.Marjamaki@evidente.se>2015-05-22 08:00:26 +0000
committerMike Frysinger <vapier@gentoo.org>2015-08-05 04:43:42 -0400
commitaeb47bbc06cae80bbcc69452eb65118b5fe656b9 (patch)
tree73bcc01ce1fe45a2a61692b7a95d1b38f5ba1e7d /ChangeLog
parent496405af79252a2eb7a5ebdc3e29ba452869d047 (diff)
downloadglibc-aeb47bbc06cae80bbcc69452eb65118b5fe656b9.tar.gz
glibc-aeb47bbc06cae80bbcc69452eb65118b5fe656b9.tar.xz
glibc-aeb47bbc06cae80bbcc69452eb65118b5fe656b9.zip
Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp [BZ #18265]
This patch adds __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp.

These added annotations match the annoations for strcat, strncat, strcmp, strncmp in glibc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b072b80e9f..54a0ab387b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-08-05  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
+
+	[BZ #18265]
+	* wcsmbs/wchar.h (wcscat): Add __nonnull attribute.
+	(wcsncat): Likewise.
+	(wcscmp): Likewise.
+	(wcsncmp): Likewise.
+
 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
 
 	* test-skeleton.c (usage): New function.