about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-06 18:09:57 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-06 18:09:57 +0000
commitc56da3a39b4da2cd4226e3ad937d48cc4c988149 (patch)
treeb306f712bb8ae2c32916da9a9804fa2b36e35912 /nptl/sysdeps/unix/sysv/linux/jmp-unwind.c
parent6bdd38ba719f92869fd7db62ad5d9368ad1b9e26 (diff)
downloadglibc-c56da3a39b4da2cd4226e3ad937d48cc4c988149.tar.gz
glibc-c56da3a39b4da2cd4226e3ad937d48cc4c988149.tar.xz
glibc-c56da3a39b4da2cd4226e3ad937d48cc4c988149.zip
Update.
	* posix/tst-getaddrinfo2.c: Include stdlib.h and string.h.
	(do_test): Use %p instead of 0x%08X to print a pointer.

	* malloc/malloc.c: Include stdio-common/_itoa.h.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/jmp-unwind.c')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/jmp-unwind.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c b/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c
index 67350c2151..c435eff307 100644
--- a/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c
+++ b/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c
@@ -19,8 +19,7 @@
 
 #include <setjmp.h>
 #include <stddef.h>
-#include <pthread-functions.h>
-#include <pthreaddef.h>
+#include <pthreadP.h>
 
 extern void __pthread_cleanup_upto (__jmp_buf env, char *targetframe);
 #pragma weak __pthread_cleanup_upto