aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRafe Kettler <rafe.kettler@gmail.com>2012-02-18 00:10:47 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-18 00:12:10 +0000
commit09c093b500d5a002d6b420f5972e5469f115ea36 (patch)
treea1a6fd8d3456035c0af0b5127650be5fbca3ddad /ChangeLog
parent2ee633a2433eb937c1dbd9646789af46aba50831 (diff)
downloadglibc-09c093b500d5a002d6b420f5972e5469f115ea36.zip
glibc-09c093b500d5a002d6b420f5972e5469f115ea36.tar.gz
glibc-09c093b500d5a002d6b420f5972e5469f115ea36.tar.bz2
Make declarations of "main" in examples consistent.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32cbb65..62f5136 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
+
+ [BZ #13058]
+ * manual/examples/argp-ex1.c (main): Format definition in GNU
+ style.
+ * manual/examples/argp-ex2.c (main): Likewise.
+ * manual/examples/argp-ex3.c (main): Likewise.
+ * manual/examples/argp-ex4.c (main): Likewise.
+ * manual/examples/longopt.c (main): Use new-style prototype
+ definition.
+ * manual/examples/strncat.c (main): Specify return type and use
+ (void) for arguments.
+ * manual/examples/subopt.c (main): Use char **argv argument.
+
2012-02-17 Joseph Myers <joseph@codesourcery.com>
[BZ #5077]