aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32-thread.c')
-rw-r--r--src/w32-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32-thread.c b/src/w32-thread.c
index f86be35..53d26b4 100644
--- a/src/w32-thread.c
+++ b/src/w32-thread.c
@@ -37,7 +37,7 @@
gpg_err_code_t
-gpgrt_yield (void)
+_gpgrt_yield (void)
{
Sleep (0);
return 0;