aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-05-13 12:33:56 -0700
committerRoland McGrath <roland@hack.frob.com>2015-05-13 12:33:56 -0700
commit83c10893259916152d277327fa37d8f70bb4d4c2 (patch)
treec7076c7a35593a2cb883c9af2ee40bae88e22af4 /ChangeLog
parentb88a18e10c9b18a74e2c2b26817189a5841cff12 (diff)
downloadglibc-83c10893259916152d277327fa37d8f70bb4d4c2.tar
glibc-83c10893259916152d277327fa37d8f70bb4d4c2.tar.gz
glibc-83c10893259916152d277327fa37d8f70bb4d4c2.tar.bz2
glibc-83c10893259916152d277327fa37d8f70bb4d4c2.zip
Break __scandir_cancel_handler out into its own file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index deb575db75..00079ec3b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2015-05-13 Roland McGrath <roland@hack.frob.com>
+ * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
+ * dirent/scandir-cancel.c: ... to this new file.
+ * dirent/Makefile (routines): Add it.
+ * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
+ * sysdeps/unix/sysv/linux/i386/scandir64.c
+ (SKIP_SCANDIR_CANCEL): Macro removed.
+ * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
+
* dirent/tst-scandir.c: New file.
* dirent/tst-scandir64.c: New file.
* dirent/Makefile (tests): Add them.