mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* signal.c, tdbio.c: Comment out the transaction code. It was not used in
this version, and was causing some build problems on quasi-posix platforms (Solaris and Forte c89).
This commit is contained in:
parent
d1151348ec
commit
2987a5e0bd
3 changed files with 13 additions and 4 deletions
|
@ -154,7 +154,8 @@ pause_on_sigusr( int which )
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
/* Disabled - see comment in tdbio.c:tdbio_begin_transaction() */
|
||||
#if 0
|
||||
static void
|
||||
do_block( int block )
|
||||
{
|
||||
|
@ -211,7 +212,6 @@ do_block( int block )
|
|||
#endif /*HAVE_DOSISH_SYSTEM*/
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
block_all_signals()
|
||||
{
|
||||
|
@ -223,3 +223,4 @@ unblock_all_signals()
|
|||
{
|
||||
do_block(0);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue