summaryrefslogtreecommitdiff
path: root/nptl/tst-cond22.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-09-09 11:21:48 +0000
committerUlrich Drepper <drepper@redhat.com>2006-09-09 11:21:48 +0000
commit2b6a801eed386e0b5b45fed671d898e8090cecbb (patch)
tree3d1e875cd9c02082fd4722f9a0f2d5dd5053360d /nptl/tst-cond22.c
parent346e6ad4016f3a19f71ccd0edd8a2682746d6fe7 (diff)
[BZ #1006]
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Ensure relocation doesn't clobber any bits outside of the immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30, R_SPARC_HI22 and R_SPARC_H44.
Diffstat (limited to 'nptl/tst-cond22.c')
-rw-r--r--nptl/tst-cond22.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/tst-cond22.c b/nptl/tst-cond22.c
index 0e829ff2e9..1094c09068 100644
--- a/nptl/tst-cond22.c
+++ b/nptl/tst-cond22.c
@@ -1,5 +1,6 @@
-#include <pthreadP.h>
+#include <pthread.h>
#include <stdio.h>
+#include <stdlib.h>
static pthread_barrier_t b;