dreid 01/04/12 09:54:51
Modified: threadproc/unix signals.c
Log:
This small change stops a build breakage.
Revision Changes Path
1.32 +1 -1 apr/threadproc/unix/signals.c
Index: signals.c
===================================================================
RCS file: /home/cvs/apr/threadproc/unix/signals.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- signals.c 2001/04/07 14:23:22 1.31
+++ signals.c 2001/04/12 16:54:50 1.32
@@ -317,7 +317,7 @@
#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
}
}