diff options
author | Arjun Shankar <arjun.is@lostca.se> | 2015-07-09 14:51:30 +0000 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-07-15 15:10:23 +0530 |
commit | e505234f6e59c0d1a2b6f2e7d80acaf8a7a05d1f (patch) | |
tree | b133478d0fd6621ba43b1db09a16252c44f19b61 /ChangeLog | |
parent | 112f28e88c4ea5afbd6050e71416a23db11e4adc (diff) | |
download | glibc-e505234f6e59c0d1a2b6f2e7d80acaf8a7a05d1f.tar glibc-e505234f6e59c0d1a2b6f2e7d80acaf8a7a05d1f.tar.gz glibc-e505234f6e59c0d1a2b6f2e7d80acaf8a7a05d1f.tar.bz2 glibc-e505234f6e59c0d1a2b6f2e7d80acaf8a7a05d1f.zip |
Modify elf/tst-audit9.c to use test-skeleton.c
This test was skipped by the use-test-skeleton conversion script
[29955b5d] because the definition of `main' did not begin according to
the GNU formatting style that the script assumed.
ChangeLog:
2015-07-09 Arjun Shankar <arjun.is@lostca.se>
* elf/tst-audit9.c (main): Converted to ...
(do_test): ... this.
(TEST_FUNCTION): New macro.
Include test-skeleton.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2015-07-15 Arjun Shankar <arjun.is@lostca.se> + + * elf/tst-audit9.c (main): Converted to ... + (do_test): ... this. + (TEST_FUNCTION): New macro. + Include test-skeleton.c. + 2015-07-15 Mike Frysinger <vapier@gentoo.org> * timezone/tst-tzset.c (TIMEOUT): Define to 5. |