mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +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
|
||||
log_set_pid_suffix_cb feature. */
|
||||
#ifndef HAVE_W32_SYSTEM
|
||||
static int my_tlskey_current_fd;
|
||||
static npth_key_t my_tlskey_current_fd;
|
||||
#endif
|
||||
|
||||
/* Prototypes. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user