about summary refs log tree commit diff
path: root/ldso/dynlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/dynlink.c')
-rw-r--r--ldso/dynlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/dynlink.c b/ldso/dynlink.c
index 9e2adb21..c7d9dd39 100644
--- a/ldso/dynlink.c
+++ b/ldso/dynlink.c
@@ -1410,7 +1410,7 @@ static void install_new_tls(void)
 		memset(&sa.sa_mask, -1, sizeof sa.sa_mask);
 		__libc_sigaction(SIGSYNCCALL, &sa, 0);	
 		for (td=self->next; td!=self; td=td->next)
-			if (j) __syscall(SYS_tkill, td->tid, SIGSYNCCALL);
+			__syscall(SYS_tkill, td->tid, SIGSYNCCALL);
 		for (td=self->next; td!=self; td=td->next)
 			sem_wait(&barrier_sem);
 		sa.sa_handler = SIG_IGN;