about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-10-29 19:35:09 +0100
committerPino Toscano <toscano.pino@tiscali.it>2012-10-29 19:35:09 +0100
commit8bece75210704b1c667087f9c2b71af64a68cb53 (patch)
treedde4b300ed84208c67c9b771972c5cb2f60d7d62 /ChangeLog
parentd11260f86a64a634f5a3ad9939f6e8ce30442460 (diff)
downloadglibc-8bece75210704b1c667087f9c2b71af64a68cb53.tar.gz
glibc-8bece75210704b1c667087f9c2b71af64a68cb53.tar.xz
glibc-8bece75210704b1c667087f9c2b71af64a68cb53.zip
aio_notify: fix _POSIX_REALTIME_SIGNALS check
Check that _POSIX_REALTIME_SIGNALS is greater than zero to assume realtime
signals are supported, instead of any non-zero value (including -1).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a70fadca4e..0cfa229b5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
+
+	* sysdeps/pthread/aio_notify.c (__aio_notify_only)
+	[_POSIX_REALTIME_SIGNALS]: Change condition to
+	[_POSIX_REALTIME_SIGNALS > 0].
+
 2012-10-27  Andreas Jaeger  <aj@suse.de>
 
 	* sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)