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:
NIIBE Yutaka 2017-04-13 13:06:38 +09:00
parent 74258278ef
commit 37018adce6
1 changed files with 1 additions and 1 deletions

View File

@ -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. */