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
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-06-06 01:42:17 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-06-06 01:42:17 +0400
commita874abaf378f37a217bf083fc1c283d33c415548 (patch)
tree86d1741d95fd2db6c7ddd25918c3e4ed8be5f1a8 /newlib
parenta5da131d8dc095f36140881b14a6ed20d0e157b0 (diff)
Fix entry to refer to function instead of variable.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 6f8c59e1a..716bdebde 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,7 +1,7 @@
2007-06-05 Christian Groessler <chris@groessler.org>
- * libc/argz/argz_insert.c (delta): Move variable declaration
- to top of function in keeping with C89 standard.
+ * libc/argz/argz_insert.c (argz_insert): Move delta variable
+ declaration to top of function in keeping with C89 standard.
2007-06-04 Eric Blake <ebb9@byu.net>