From 8bf3d8e8ce3441332d0b6c860f481a28e33735c2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Jan 2006 20:20:39 +0000 Subject: [PATCH] Don't include jmpbuf-offsets.h if _ISOMAC is defined. --- include/bits/setjmp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/bits/setjmp.h b/include/bits/setjmp.h index 226de7f..de6c81d 100644 --- a/include/bits/setjmp.h +++ b/include/bits/setjmp.h @@ -2,4 +2,6 @@ plus the JB_* macros from the private header . */ #include_next -#include +#ifndef _ISOMAC +# include +#endif -- 2.7.4