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

Remove lockfiles and other changes

This commit is contained in:
Werner Koch 2000-12-28 15:49:42 +00:00
parent d188c1c37f
commit 94c45b7ff3
8 changed files with 38 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2000-12-28 Werner Koch <wk@gnupg.org>
* dotlock.c: Made all_lockfiles volatile.
(remove_lockfiles): Made public.
2000-11-30 Werner Koch <wk@gnupg.org>
* iobuf.c (iobuf_translate_file_handle): New.

View file

@ -46,11 +46,10 @@ struct dotlock_handle {
};
static DOTLOCK all_lockfiles;
static volatile DOTLOCK all_lockfiles;
static int never_lock;
static int read_lockfile( const char *name );
static void remove_lockfiles(void);
void
disable_dotlock(void)
@ -349,7 +348,7 @@ read_lockfile( const char *name )
}
static void
void
remove_lockfiles()
{
#ifndef HAVE_DOSISH_SYSTEM