Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-05-27 22:44:40 +0400
committerJeff Johnston <jjohnstn@redhat.com>2008-05-27 22:44:40 +0400
commit676ae29038b2f0585f75a74d2ba2a1acc559aa7b (patch)
tree09d087fa060fe78e026da7dfc9a37ce8e9bf6662 /newlib/ChangeLog
parent70bff2d5033567544fa1970b02699060974b2d70 (diff)
2008-05-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/memset.c: Fix documented prototype to remove erroneous const attribute on first parameter.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index fd19b2f85..2e9ecc471 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-27 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/string/memset.c: Fix documented prototype to remove
+ erroneous const attribute on first parameter.
+
2008-05-26 Eric Blake <ebb9@byu.net>
Optimize the generic and x86 memchr.