1
0
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:
Werner Koch 2002-06-13 12:04:22 +00:00
parent 4e13426c92
commit 82575bfb98

View File

@ -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 )