glibc/dirent
Arjun Shankar c1f4108352 Modify several tests to use test-skeleton.c
These tests were skipped by the use-test-skeleton conversion done in
commit 29955b5d because they did not have an `int main (void)'
declaration. Instead their `main' functions were declared with arguments
(i.e. argc, argv) even though they didn't use them.

Remove these arguments and include the test skeleton in these tests.
2015-08-06 02:59:04 -04:00
..
Makefile Nit fixes in last change. 2015-05-13 12:39:01 -07:00
Versions Implement scandirat function 2011-08-09 09:57:55 -04:00
alphasort.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
alphasort64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
bug-readdir1.c Update. 2002-12-14 19:49:13 +00:00
closedir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dirent.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dirfd.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fdopendir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getdents.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
getdents64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
list.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
opendir-tst1.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
opendir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readdir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readdir64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readdir64_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
readdir_r.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
rewinddir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
scandir-cancel.c Break __scandir_cancel_handler out into its own file. 2015-05-13 12:33:56 -07:00
scandir-tail.c Refactor scandir/scandirat to use common tail. 2015-05-13 12:34:11 -07:00
scandir.c Refactor scandir/scandirat to use common tail. 2015-05-13 12:34:11 -07:00
scandir64-tail.c Refactor scandir/scandirat to use common tail. 2015-05-13 12:34:11 -07:00
scandir64.c Refactor scandir/scandirat to use common tail. 2015-05-13 12:34:11 -07:00
scandirat.c Refactor scandir/scandirat to use common tail. 2015-05-13 12:34:11 -07:00
scandirat64.c Refactor scandir/scandirat to use common tail. 2015-05-13 12:34:11 -07:00
seekdir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
telldir.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
tst-fdopendir.c Fix dirent/tst-fdopendir not to presume O_NOATIME exists. 2015-02-06 12:23:35 -08:00
tst-fdopendir2.c * sysdeps/unix/fdopendir.c (fdopendir): If O_DIRECTORY is 2006-01-20 21:12:34 +00:00
tst-scandir.c Add a test case for scandir. 2015-05-13 12:33:41 -07:00
tst-scandir64.c Add a test case for scandir. 2015-05-13 12:33:41 -07:00
tst-seekdir.c Modify several tests to use test-skeleton.c 2015-08-06 02:59:04 -04:00
versionsort.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
versionsort64.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00