diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-20 15:32:26 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-20 15:32:45 -0700 |
commit | 6ab1d1ea969df0698ee413a247948fc035e12276 (patch) | |
tree | 0b997d7da555aa87e2643fb09b12051a2edaa98c /ChangeLog | |
parent | e436eb790f577218f9cea15e545500e952df80ae (diff) | |
download | glibc-6ab1d1ea969df0698ee413a247948fc035e12276.tar.gz glibc-6ab1d1ea969df0698ee413a247948fc035e12276.tar.xz glibc-6ab1d1ea969df0698ee413a247948fc035e12276.zip |
Tiny refactoring in fts to eliminate a warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f6a03715da..962e730d5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2014-10-20 Roland McGrath <roland@hack.frob.com> + * io/fts.c (dirent_not_directory): New function. + (fts_build): Call it. + +2014-10-20 Roland McGrath <roland@hack.frob.com> + * nptl/version.c (__nptl_main): Use normal __write rather than INTERNAL_SYSCALL. (banner): Update copyright years. |