diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 12:29:27 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 12:29:27 -0800 |
commit | da3a1594af4e97757f74eb5fce6700c3ce40a8b7 (patch) | |
tree | 2f66259bfa8ea5136cda7cfc7e1b13040048f835 /ChangeLog | |
parent | b65c0ff9fc84ca9531215e03a4c4e51092f9251f (diff) | |
download | glibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.tar.gz glibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.tar.xz glibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.zip |
Move tst-getlogin to login/ subdirectory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 47f698f575..08f77fe3ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-02-06 Roland McGrath <roland@hack.frob.com> + * posix/tst-getlogin.c: Move to ... + * login/tst-getlogin.c: ... here. + * posix/Makefile (tests): Move tst-getlogin to ... + * login/Makefile (tests): ... here. + * libio/tst-atime.c (do_test): Move local variables SV and E inside [ST_NOATIME] conditional. |