On Thu, 23 Jan 2003, Jeff Trawick wrote: > most but not all of the rest of APR does that > the inconsistency is ugly, but being able to see EINTR is important > functionality
MHO: Sounds like a job for an _ex() function... apr_proc_wait() should not return EINTR. Another function with a similiar name (like apr_proc_wait_ex()) can be used if you want to get EINTR. --Cliff
