wsanchez 01/04/07 11:35:25
Modified: . CHANGES
Log:
Note sigsuspend() change
Revision Changes Path
1.87 +3 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- CHANGES 2001/04/06 18:57:13 1.86
+++ CHANGES 2001/04/07 18:35:25 1.87
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) If we don't have sigwait() in the system, see if sigsuspend() is
+ available, and use that instead. [Wilfredo Sanchez]
+
*) Make libtool optional at configure time. This is done with
--without-libtool. [Ryan Bloom]