[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [PATCH] Multi-threaded svnserve

From: Sander Striker <striker_at_apache.org>
Date: 2003-06-02 16:50:20 CEST

[cross posted to dev@apr]

> From: rbb@rkbloom.net [mailto:rbb@rkbloom.net]
> Sent: Monday, June 02, 2003 4:54 PM

> On Mon, 2 Jun 2003, Sander Striker wrote:
>
> > > From: cmpilato@collab.net [mailto:cmpilato@collab.net]
> > > Sent: Monday, June 02, 2003 4:05 PM
> >
> > > I still don't have SIGCHLD (should that be APR_SIGCHLD or
> > > something?). But the apr_proc_fork() error is gone.
> >
> > Hmmm:
> >
> > include/arch/win32/apr_private.h:139:#define SIGCHLD 17
> >
> > I guess some includes are off.
>
> No they aren't. Program shouldn't be incuding apr_private.h, so you can't
> expect SIGCHLD to be defined. Either a public APR header file redefines
> it to APR_SIGCHLD, or it is only meant to be used inside APR.

I know. I was assuming that the public header where this happens wasn't
being included. However, some more research shows that SIGCHLD doesn't
appear anywhere in the public headers. I expected something in apr_signal.h,
but nothing there.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 2 16:51:18 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.