mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Nit fixes in last change.
This commit is contained in:
parent
d2ee815ad6
commit
953416737a
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user