aboutsummaryrefslogtreecommitdiffstats
path: root/src/posix-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/posix-thread.c')
-rw-r--r--src/posix-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix-thread.c b/src/posix-thread.c
index a739e40..bef0386 100644
--- a/src/posix-thread.c
+++ b/src/posix-thread.c
@@ -45,7 +45,7 @@
gpg_err_code_t
-gpgrt_yield (void)
+_gpgrt_yield (void)
{
#if USE_POSIX_THREADS
# ifdef _POSIX_PRIORITY_SCHEDULING