Don't include jmpbuf-offsets.h if _ISOMAC is defined.

This commit is contained in:
Ulrich Drepper 2006-01-10 20:20:39 +00:00
parent 9e6c38d2c7
commit 8bf3d8e8ce

View 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