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

g10: Remove g10/signal.c.

* g10/signal.c: Remove.
* g10/main.h: Remove old function API.
* g10/tdbio.c: Use new API, even in the dead code.

--

We use common/signal.c now.  The file g10/signal.c has been useless
since 2003-06-27.  Now, the removal.
This commit is contained in:
NIIBE Yutaka 2015-05-27 10:22:32 +09:00
parent 23d2ef83cd
commit 6cb18a8f97
3 changed files with 2 additions and 211 deletions

View file

@ -378,10 +378,10 @@ tdbio_end_transaction()
else
is_locked = 1;
}
block_all_signals();
gnupg_block_all_signals();
in_transaction = 0;
rc = tdbio_sync();
unblock_all_signals();
gnupg_unblock_all_signals();
if( !opt.lock_once ) {
if( !dotlock_release (lockhandle) )
is_locked = 0;