1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fixed bug1058.

This commit is contained in:
Werner Koch 2009-05-22 15:38:49 +00:00
parent d72349bde0
commit 0bbe6eda34
5 changed files with 18 additions and 0 deletions

View file

@ -122,6 +122,14 @@ cleanup(void)
}
#endif
void
tty_cleanup_after_signal (void)
{
#ifdef HAVE_TCGETATTR
cleanup ();
#endif
}
static void
init_ttyfp(void)
{