blob: de6c81dc245c9bfdd4ace11155788354979fbfa7 (
plain)
1
2
3
4
5
6
7
|
/* For internal uses, get the public <bits/setjmp.h> definitions
plus the JB_* macros from the private header <jmpbuf-offsets.h>. */
#include_next <bits/setjmp.h>
#ifndef _ISOMAC
# include <jmpbuf-offsets.h>
#endif
|