mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
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
Block a user