Skip to content

Commit

Permalink
Nit fixes in last change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed May 13, 2015
1 parent d2ee815 commit 9534167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions dirent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9534167

Please sign in to comment.