diff options
author | Rafe Kettler <rafe.kettler@gmail.com> | 2012-02-18 00:10:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-18 00:12:10 +0000 |
commit | 09c093b500d5a002d6b420f5972e5469f115ea36 (patch) | |
tree | a1a6fd8d3456035c0af0b5127650be5fbca3ddad /ChangeLog | |
parent | 2ee633a2433eb937c1dbd9646789af46aba50831 (diff) | |
download | glibc-09c093b500d5a002d6b420f5972e5469f115ea36.zip glibc-09c093b500d5a002d6b420f5972e5469f115ea36.tar.gz glibc-09c093b500d5a002d6b420f5972e5469f115ea36.tar.bz2 |
Make declarations of "main" in examples consistent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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] |