about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-21 22:14:05 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-21 22:14:05 -0500
commit4920765eb417431261367bf65f1a8a5ffb78baf7 (patch)
tree2109d6f2454b673f3c0ff645cf11fb016ebef21a /ChangeLog
parente3a851a21bb69a4b18065dd859a724cfd984d8b3 (diff)
downloadglibc-4920765eb417431261367bf65f1a8a5ffb78baf7.tar.gz
glibc-4920765eb417431261367bf65f1a8a5ffb78baf7.tar.xz
glibc-4920765eb417431261367bf65f1a8a5ffb78baf7.zip
Define EPOLLONESHOT and EPOLLET using unsigned values
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d2b1fcc98..1da2367c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #13538]
+	* sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
+	EPOLLET with unsigned values.
+	* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
+	* sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
+
 	* math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
 	to large cancellation.
 	* math/s_cacoshf.c: Likewise.