From dev-return-1393-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Fri Feb 23 09:03:11 2001 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 58058 invoked by uid 500); 23 Feb 2001 09:03:10 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 58047 invoked from network); 23 Feb 2001 09:03:04 -0000 Message-Id: <200102230902.UAA31356@silk.apana.org.au> From: "Brian Havard" To: "dev@apr.apache.org" Date: Fri, 23 Feb 2001 20:02:51 +1000 (EST) Reply-To: "Brian Havard" Priority: Normal X-Mailer: PMMail 2.10.1999 for OS/2 Warp 4.05 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: apr/threadproc/unix signals.c X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On 22 Feb 2001 21:57:46 -0500, Jeff Trawick wrote: >bjh@apache.org writes: > >> These are a bit too unix specific for OS/2 (pthread/sigwait). >... >> Index: signals.c >> =================================================================== >> RCS file: /home/cvs/apr/threadproc/unix/signals.c,v >> retrieving revision 1.22 >> retrieving revision 1.23 >> diff -u -r1.22 -r1.23 >> --- signals.c 2001/02/21 20:49:28 1.22 >> +++ signals.c 2001/02/23 02:06:14 1.23 >> @@ -267,7 +267,7 @@ >> >> #endif /* SYS_SIGLIST_DECLARED */ >> >> -#if APR_HAS_THREADS >> +#if APR_HAS_THREADS && !defined(OS2) > >Why don't you need the same construct in apr_thread_proc.h so that >exports.c doesn't try to reference >apr_create_signal_thread/apr_setup_signal_thread? Err, because I haven't done a full rebuild so missed it, fixing now. Thanks. -- ______________________________________________________________________________ | Brian Havard | "He is not the messiah! | | brianh@kheldar.apana.org.au | He's a very naughty boy!" - Life of Brian | ------------------------------------------------------------------------------