mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fixed bug1058.
This commit is contained in:
parent
d72349bde0
commit
0bbe6eda34
5 changed files with 18 additions and 0 deletions
|
@ -122,6 +122,14 @@ cleanup(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
tty_cleanup_after_signal (void)
|
||||
{
|
||||
#ifdef HAVE_TCGETATTR
|
||||
cleanup ();
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
init_ttyfp(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue