aio_notify: fix _POSIX_REALTIME_SIGNALS check
authorPino Toscano <toscano.pino@tiscali.it>
Mon, 29 Oct 2012 18:35:09 +0000 (19:35 +0100)
committerPino Toscano <toscano.pino@tiscali.it>
Mon, 29 Oct 2012 18:35:09 +0000 (19:35 +0100)
commit8bece75210704b1c667087f9c2b71af64a68cb53
treedde4b300ed84208c67c9b771972c5cb2f60d7d62
parentd11260f86a64a634f5a3ad9939f6e8ce30442460
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).
ChangeLog
sysdeps/pthread/aio_notify.c