about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-05-06 15:58:44 -0700
committerRoland McGrath <roland@hack.frob.com>2013-05-06 15:58:44 -0700
commitee586a6d5c1f904035b702886466aac2bf3a9ba7 (patch)
tree0b6b55aad132e1fdeae29bef34234c3e045c7855 /ChangeLog
parent355f916505e3101f1952fd1a8e2c4c69b52cc36a (diff)
downloadglibc-ee586a6d5c1f904035b702886466aac2bf3a9ba7.tar.gz
glibc-ee586a6d5c1f904035b702886466aac2bf3a9ba7.tar.xz
glibc-ee586a6d5c1f904035b702886466aac2bf3a9ba7.zip
Move getlogin_r_chk to login/ subdir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa96814f39..78fcc9c33e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2013-05-06  Roland McGrath  <roland@hack.frob.com>
 
+	* debug/getlogin_r_chk.c: Moved to ...
+	* login/getlogin_r_chk.c: ... here.
+	* debug/Makefile (routines): Move getlogin_r_chk to ...
+	* login/Makefile (routines): ... here.
+	* debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
+	* login/Versions (libc: GLIBC_2.4): ... here.
+
 	* io/poll.c (__poll): Renamed from poll.
 	Add libc_hidden_def.
 	(poll): Define as weak alias.