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:23:51 -0700
committerRoland McGrath <roland@hack.frob.com>2013-05-06 15:23:51 -0700
commit355f916505e3101f1952fd1a8e2c4c69b52cc36a (patch)
tree2ee50d5a35442769ca0fb8cf983ff38095a7b4a4 /ChangeLog
parentbd9ffde61a27945abf0498b5c562f9bf0dcc6419 (diff)
downloadglibc-355f916505e3101f1952fd1a8e2c4c69b52cc36a.tar.gz
glibc-355f916505e3101f1952fd1a8e2c4c69b52cc36a.tar.xz
glibc-355f916505e3101f1952fd1a8e2c4c69b52cc36a.zip
Fix poll stub implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b82e7783bb..fa96814f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-05-06  Roland McGrath  <roland@hack.frob.com>
 
+	* io/poll.c (__poll): Renamed from poll.
+	Add libc_hidden_def.
+	(poll): Define as weak alias.
+
 	* debug/ptsname_r_chk.c: Moved to ...
 	* login/ptsname_r_chk.c: ... here.
 	* debug/Makefile (routines): Move ptsname_r_chk to ...