mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
dirmngr: Fix thread key type.
* dirmngr/dirmngr.c (my_tlskey_current_fd): Use npth_key_t. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
74258278ef
commit
37018adce6
@ -350,7 +350,7 @@ union int_and_ptr_u
|
|||||||
local storage. We use this in conjunction with the
|
local storage. We use this in conjunction with the
|
||||||
log_set_pid_suffix_cb feature. */
|
log_set_pid_suffix_cb feature. */
|
||||||
#ifndef HAVE_W32_SYSTEM
|
#ifndef HAVE_W32_SYSTEM
|
||||||
static int my_tlskey_current_fd;
|
static npth_key_t my_tlskey_current_fd;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Prototypes. */
|
/* Prototypes. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user