aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ath.c b/src/ath.c
index e5b9964e..ab65f7eb 100644
--- a/src/ath.c
+++ b/src/ath.c
@@ -67,7 +67,7 @@ uintptr_t
ath_self (void)
{
/* Just to catch users who don't use gpgme-pthread. */
- return (uintptr_t) syscall (SYS_gettid);
+ return (uintptr_t) syscall (__NR_gettid);
}
# else
uintptr_t