mirror of git://sourceware.org/git/glibc.git
Don't include jmpbuf-offsets.h if _ISOMAC is defined.
This commit is contained in:
parent
9e6c38d2c7
commit
8bf3d8e8ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue