Don't include jmpbuf-offsets.h if _ISOMAC is defined.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Jan 2006 20:20:39 +0000 (20:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Jan 2006 20:20:39 +0000 (20:20 +0000)
include/bits/setjmp.h

index 226de7f..de6c81d 100644 (file)
@@ -2,4 +2,6 @@
    plus the JB_* macros from the private header <jmpbuf-offsets.h>.  */
 
 #include_next <bits/setjmp.h>
-#include <jmpbuf-offsets.h>
+#ifndef _ISOMAC
+# include <jmpbuf-offsets.h>
+#endif