Lines Matching refs:setjmp
14 so can use an array (as in setjmp.h) rather than a pointer in the
32 setjmp/Makefile | 3 +-
33 setjmp/bits/types/struct___jmp_buf_tag.h | 37 +++++++++++++++++++++++
34 setjmp/setjmp.h | 15 +--------
38 create mode 100644 setjmp/bits/types/struct___jmp_buf_tag.h
46 +#include <setjmp/bits/types/struct___jmp_buf_tag.h>
47 diff --git a/setjmp/Makefile b/setjmp/Makefile
49 --- a/setjmp/Makefile
50 +++ b/setjmp/Makefile
51 @@ -22,7 +22,8 @@ subdir := setjmp
55 -headers := setjmp.h bits/setjmp.h bits/setjmp2.h
56 +headers := setjmp.h bits/setjmp.h bits/setjmp2.h \
59 routines := setjmp sigjmp bsd-setjmp bsd-_setjmp \
61 diff --git a/setjmp/bits/types/struct___jmp_buf_tag.h b/setjmp/bits/types/struct___jmp_buf_tag.h
65 +++ b/setjmp/bits/types/struct___jmp_buf_tag.h
88 +#include <bits/setjmp.h> /* Get `__jmp_buf'. */
104 diff --git a/setjmp/setjmp.h b/setjmp/setjmp.h
106 --- a/setjmp/setjmp.h
107 +++ b/setjmp/setjmp.h
111 #include <bits/setjmp.h> /* Get `__jmp_buf'. */
135 #include <bits/setjmp.h>