diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-07 12:56:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-07 12:56:13 +0000 |
commit | 1a984ea84771a85df08f6a97e7cbac3ce379743e (patch) | |
tree | 3bd6130954526969a3130b9ba15c68543db3c94a | |
parent | 2a0cde30419987394bcf15eea5eecbbf0f9c759f (diff) |
get the previous struct keep_sigact
-rw-r--r-- | lib/url.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1930,6 +1930,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, #ifdef HAVE_SIGACTION struct sigaction sigact; sigaction(SIGALRM, NULL, &sigact); + keep_sigact = sigact; sigact.sa_handler = alarmfunc; #ifdef SA_RESTART /* HPUX doesn't have SA_RESTART but defaults to that behaviour! */ |