cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: runtests.pl change

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 29 Jan 2002 16:32:08 +0100 (MET)

On Tue, 29 Jan 2002, Roth, Kevin P. wrote:

> Very nice. I too had to comment out the calls to siginterrupt.

Ah, I forgot about that one.

> Is siginterrupt normally part of signal.h? If not, where would it be found
> on a typical linux system? If it's supposed to be in signal.h, someone
> (Richard? me?) should request it on the cygwin mailing list...

We shouldn't use siginterrupt at all. The signal stuff should be set with
sigaction() with signal() as backup for machines without sigaction().

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-01-29