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

Re: permissions (and other) problems

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-18 01:39:52 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> the last remaining question is "if signal itself isn't portable, is
> sig_atomic_t?" according to all i've read, and what philip has said,
> about the only thing that's safe to do in a signal handler is to set a
> sig_atomic_t variable... if that typedef isn't considered portable,
> it complicates life considerably...

apr_atomic_t? It appears to be unsigned int on my platform, whereas
sig_atomic_t is plain int. That probably doesn't matter, and if it
does it's APR's problem!

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 18 01:40:26 2002

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.