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

Re: Windows signal handler and Control-C

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-01-16 20:46:03 CET

On Fri, 2004-01-16 at 14:32, Garrett Rooney wrote:
> I was using signal in my experiments, so yes, it's quite likely that
> this could be fixed in APR by using sigaction or something. If that's
> the case, fine.

apr_signal() already uses sigaction under Unix, if it finds it during
configure. I can't tell what the win32 implementation of apr_signal()
is; it might just be the Unix implementation, in which case the lack of
APR_HAVE_SIGACTION might lead it to erroneously use signal().

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 16 20:46:46 2004

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.