Nit fixes in last change.
authorRoland McGrath <roland@hack.frob.com>
Wed, 13 May 2015 19:39:01 +0000 (12:39 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 13 May 2015 19:39:01 +0000 (12:39 -0700)
ChangeLog
dirent/Makefile

index 6ecfde29c38adba96cba2ff46256a1450539bc28..08a1beca938e218a0a0b3eccecd6085276d647c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
 2015-05-13  Roland McGrath  <roland@hack.frob.com>
 
+       * dirent/scandir-tail.c: New file.
        * dirent/scandir64-tail.c: New file.
        * dirent/Makefile (routines): Add them.
+       (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
        * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
        * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
        [!SCANDIR] (SCANDIR_TAIL): New macro.
index 551372ebbab7bdcbbfdb4ddd4aac121e8b0cd092..5d02a9c07b0fdfa390cbdaccb8a0f66fc52cce2b 100644 (file)
@@ -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