diff options
| author | NIIBE Yutaka <[email protected]> | 2025-11-25 01:17:02 +0000 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2025-11-25 01:17:02 +0000 |
| commit | d4e40e2a8adc7b6278fb7d0923faf88b316f4dc2 (patch) | |
| tree | b4cfeb404dcb4930c21babad738b086f63e14bb1 /common/dotlock.h | |
| parent | common:dotlock:w32: Minor fixes for Windows. (diff) | |
| download | gnupg-d4e40e2a8adc7b6278fb7d0923faf88b316f4dc2.tar.gz gnupg-d4e40e2a8adc7b6278fb7d0923faf88b316f4dc2.zip | |
common:dotlock: Comment fixes.
* common/dotlock.h: dotlock_tool is now in gpgconf.
* common/dotlock.c: Likewise.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'common/dotlock.h')
| -rw-r--r-- | common/dotlock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/dotlock.h b/common/dotlock.h index 0f52d4037..a2e10ab78 100644 --- a/common/dotlock.h +++ b/common/dotlock.h @@ -110,8 +110,8 @@ enum dotlock_reasons /* Flags for dotlock_create. */ #define DOTLOCK_PREPARE_CREATE (1U << 5) /* Require dotlock_finish_create. */ -#define DOTLOCK_LOCK_BY_PARENT (1U << 6) /* Used by dotlock util. */ -#define DOTLOCK_LOCKED (1U << 7) /* Used by dotlock util. */ +#define DOTLOCK_LOCK_BY_PARENT (1U << 6) /* Used by dotlock_tool. */ +#define DOTLOCK_LOCKED (1U << 7) /* Used by dotlock_tool. */ void dotlock_disable (void); dotlock_t dotlock_create (const char *file_to_lock, unsigned int flags); |
