summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-04-12 16:54:50 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-04-12 16:54:50 +0000
commitad9f55780e69b62144f599bd0f5e861063c22458 (patch)
treec8c68625cbc875e3c0c029a8f886947cdceeb263 /threadproc
parent227d56bfa266942c8d3d71c65f72325750f245fa (diff)
downloadlibapr-ad9f55780e69b62144f599bd0f5e861063c22458.tar.gz
This small change stops a build breakage.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61517 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/unix/signals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/unix/signals.c b/threadproc/unix/signals.c
index e42d7811e..11d82aa6d 100644
--- a/threadproc/unix/signals.c
+++ b/threadproc/unix/signals.c
@@ -317,7 +317,7 @@ static void *signal_thread_func(void *signal_handler)
#elif HAVE_SIGSUSPEND
sigsuspend(&sig_mask);
#else
-#error No apr_sigwait() and no sigsuspend(); I am stuck.
+#error No apr_sigwait() and no sigsuspend()
#endif
}
}