trawick 01/11/30 05:23:27
Modified: threadproc/unix signals.c
Log:
add some more commentary about a work-around for an AIX problem
Revision Changes Path
1.39 +5 -0 apr/threadproc/unix/signals.c
Index: signals.c
===================================================================
RCS file: /home/cvs/apr/threadproc/unix/signals.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- signals.c 2001/11/29 16:25:10 1.38
+++ signals.c 2001/11/30 13:23:27 1.39
@@ -337,6 +337,11 @@
*
* Note that the private fields differ between 32-bit and 64-bit
* and even between _ALL_SOURCE and !_ALL_SOURCE.
+ *
+ * Applicable AIX fixes such that this is no longer needed:
+ *
+ * APAR IY23096 for AIX 51B, fix included in AIX 51C, and
+ * APAR IY24162 for 43X.
*/
#if defined(_AIX)
#ifdef __64BIT__