Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 78461 invoked by uid 500); 30 Nov 2001 13:40:57 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 78450 invoked from network); 30 Nov 2001 13:40:57 -0000 Date: 30 Nov 2001 13:23:27 -0000 Message-ID: <20011130132327.5826.qmail@icarus.apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/threadproc/unix signals.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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__