summaryrefslogtreecommitdiff
path: root/libc/sysdeps/pthread/aio_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/pthread/aio_notify.c')
-rw-r--r--libc/sysdeps/pthread/aio_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/pthread/aio_notify.c b/libc/sysdeps/pthread/aio_notify.c
index f8c4ccc96..a9f0648c2 100644
--- a/libc/sysdeps/pthread/aio_notify.c
+++ b/libc/sysdeps/pthread/aio_notify.c
@@ -95,7 +95,7 @@ __aio_notify_only (struct sigevent *sigev)
else if (sigev->sigev_notify == SIGEV_SIGNAL)
{
/* We have to send a signal. */
-#if _POSIX_REALTIME_SIGNALS
+#if _POSIX_REALTIME_SIGNALS > 0
/* Note that the standard gives us the option of using a plain
non-queuing signal here when SA_SIGINFO is not set for the signal. */
# ifdef BROKEN_THREAD_SIGNALS