diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-05-13 12:39:01 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-05-13 12:39:01 -0700 |
commit | 953416737a805a67c18d254c39f5086bde590f6e (patch) | |
tree | 32354556cc172b3e53c271eb9c7515e684d87fad /dirent | |
parent | d2ee815ad677bba720c4f0275c1d6065f5809e7a (diff) | |
download | glibc-953416737a805a67c18d254c39f5086bde590f6e.tar.gz glibc-953416737a805a67c18d254c39f5086bde590f6e.tar.xz glibc-953416737a805a67c18d254c39f5086bde590f6e.zip |
Nit fixes in last change.
Diffstat (limited to 'dirent')
-rw-r--r-- | dirent/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dirent/Makefile b/dirent/Makefile index 551372ebba..5d02a9c07b 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -35,6 +35,8 @@ tests := list tst-seekdir opendir-tst1 bug-readdir1 tst-fdopendir \ CFLAGS-scandir.c = $(uses-callbacks) CFLAGS-scandir64.c = $(uses-callbacks) +CFLAGS-scandir-tail.c = $(uses-callbacks) +CFLAGS-scandir64-tail.c = $(uses-callbacks) include ../Rules |