mirror of git://sourceware.org/git/glibc.git
Initial revision
This commit is contained in:
parent
0ec5b20109
commit
e900489009
|
@ -0,0 +1,9 @@
|
|||
/* Define the machine-dependent type `jmp_buf'. Sun 4 version. */
|
||||
|
||||
typedef struct
|
||||
{
|
||||
/* Return PC (register o7). */
|
||||
PTR __pc;
|
||||
/* Saved FP. */
|
||||
PTR __fp;
|
||||
} jmp_buf[1];
|
Loading…
Reference in New Issue