mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-07 17:33:02 +01:00
Fixed last fix.
This commit is contained in:
parent
4e13426c92
commit
82575bfb98
@ -118,9 +118,7 @@ static ARGPARSE_OPTS opts[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifndef USE_GNU_PTH
|
|
||||||
static volatile int caught_fatal_sig = 0;
|
static volatile int caught_fatal_sig = 0;
|
||||||
#endif /*!USE_GNU_PTH*/
|
|
||||||
|
|
||||||
/* flag to indicate that a shutdown was requested */
|
/* flag to indicate that a shutdown was requested */
|
||||||
static int shutdown_pending;
|
static int shutdown_pending;
|
||||||
@ -221,7 +219,6 @@ cleanup (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifndef USE_GNU_PTH
|
|
||||||
static RETSIGTYPE
|
static RETSIGTYPE
|
||||||
cleanup_sh (int sig)
|
cleanup_sh (int sig)
|
||||||
{
|
{
|
||||||
@ -243,7 +240,6 @@ cleanup_sh (int sig)
|
|||||||
#endif
|
#endif
|
||||||
raise( sig );
|
raise( sig );
|
||||||
}
|
}
|
||||||
#endif /*!USE_GNU_PTH*/
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char **argv )
|
main (int argc, char **argv )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user