1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Add dotlock_get_fd and dotlock_set_fd.

This commit is contained in:
Werner Koch 2011-09-29 16:51:48 +02:00
parent bf3d5beb71
commit f61b5371c4
3 changed files with 37 additions and 2 deletions

View file

@ -4,6 +4,7 @@
[DOTLOCK_USE_PTHREAD] (all_lockfiles_mutex): New.
(LOCK_all_lockfiles, UNLOCK_all_lockfiles): New. Use them to
protect access to all_lockfiles.
(dotlock_set_fd, dotlock_get_fd): New.
2011-09-28 Werner Koch <wk@g10code.com>