mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Initial revision
This commit is contained in:
7
sysdeps/vax/jmp_buf.h
Normal file
7
sysdeps/vax/jmp_buf.h
Normal file
@@ -0,0 +1,7 @@
|
||||
/* Define the machine-dependent type `jmp_buf'. Vax version. */
|
||||
|
||||
typedef struct
|
||||
{
|
||||
PTR __fp;
|
||||
PTR __pc;
|
||||
} jmp_buf[1];
|
||||
Reference in New Issue
Block a user