aboutsummaryrefslogtreecommitdiff
path: root/nptl/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/init.c')
-rw-r--r--nptl/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/init.c b/nptl/init.c
index e0100ee479..df8e67a83e 100644
--- a/nptl/init.c
+++ b/nptl/init.c
@@ -37,6 +37,8 @@
having the definition remove these lines. */
#if defined __s390__
# define __NR_set_tid_address 252
+#elif defined __ia64__
+# define __NR_set_tid_address 1233
#else
# define __NR_set_tid_address 258
#endif