mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16: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;
|
||||
#endif /*!USE_GNU_PTH*/
|
||||
|
||||
/* flag to indicate that a shutdown was requested */
|
||||
static int shutdown_pending;
|
||||
@ -221,7 +219,6 @@ cleanup (void)
|
||||
}
|
||||
|
||||
|
||||
#ifndef USE_GNU_PTH
|
||||
static RETSIGTYPE
|
||||
cleanup_sh (int sig)
|
||||
{
|
||||
@ -243,7 +240,6 @@ cleanup_sh (int sig)
|
||||
#endif
|
||||
raise( sig );
|
||||
}
|
||||
#endif /*!USE_GNU_PTH*/
|
||||
|
||||
int
|
||||
main (int argc, char **argv )
|
||||
|
Loading…
x
Reference in New Issue
Block a user