diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-17 01:13:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-17 01:13:15 +0000 |
commit | 35c47e37b99f20d198a5bfaae9f39b1cfb216d80 (patch) | |
tree | 5d56b31336ffbf62d678854b3c48d774b4773567 /ChangeLog | |
parent | 0a0a5bd4f16023fc35abdca5f7dc2784b3a482d5 (diff) | |
download | glibc-35c47e37b99f20d198a5bfaae9f39b1cfb216d80.tar.gz glibc-35c47e37b99f20d198a5bfaae9f39b1cfb216d80.tar.xz glibc-35c47e37b99f20d198a5bfaae9f39b1cfb216d80.zip |
Include <stdlib.h> in argp examples.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 58d02d64f3..7baf3e8c4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-17 Joseph Myers <joseph@codesourcery.com> + + [BZ #10140] + * manual/examples/argp-ex1.c: Include <stdlib.h>. + * manual/examples/argp-ex2.c: Likewise. + * manual/examples/argp-ex3.c: Likewise. + 2012-02-16 Richard Henderson <rth@redhat.com> * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files. |