mirror of https://gitee.com/Nocallback/glibc.git
commit
9a64fa84a6
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
/* Define the machine-dependent type `jmp_buf'. Vax version. */ |
|||
|
|||
typedef struct |
|||
{ |
|||
PTR __fp; |
|||
PTR __pc; |
|||
} jmp_buf[1]; |
|||
Loading…
Reference in new issue