about summary refs log tree commit diff
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 1f60e92aeb..c7d26acff7 100644
--- a/nptl/init.c
+++ b/nptl/init.c
@@ -46,6 +46,8 @@
 # define __NR_set_tid_address	218
 #elif defined __powerpc__
 # define __NR_set_tid_address	232
+#elif defined __sparc__
+# define __NR_set_tid_address	166
 #else
 # error "define __NR_set_tid_address"
 #endif