From 14647468df0b45ecf15223ee6a14ae50304b1f11 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 13 Mar 2011 21:24:42 +0100 Subject: make use of jmpbuf-offsets.h and jmpbuf-unwind.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/linuxthreads/ptcleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads') diff --git a/libpthread/linuxthreads/ptcleanup.c b/libpthread/linuxthreads/ptcleanup.c index 75bb7d599..88b9453ff 100644 --- a/libpthread/linuxthreads/ptcleanup.c +++ b/libpthread/linuxthreads/ptcleanup.c @@ -20,8 +20,8 @@ #include #include "pthread.h" #include "internals.h" -#ifndef NO_PTR_DEMANGLE #include +#ifndef NO_PTR_DEMANGLE #define __JMPBUF_UNWINDS(a,b,c) _JMPBUF_UNWINDS(a,b,c) #else #define __JMPBUF_UNWINDS(a,b,c) _JMPBUF_UNWINDS(a,b) -- cgit v1.2.3