mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
7 lines
132 B
C
7 lines
132 B
C
/* Define the machine-dependent type `jmp_buf'. Vax version. */
|
|
|
|
typedef struct
|
|
{
|
|
PTR __fp;
|
|
PTR __pc;
|
|
} __jmp_buf[1];
|