summaryrefslogtreecommitdiff
path: root/sysdeps/vax/bits/setjmp.h
blob: 10ca170a2a19efeca24df4f9ee82a691bf39ae58 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Define the machine-dependent type `jmp_buf'.  Vax version.  */

#ifndef _SETJMP_H
# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
#endif

typedef struct
  {
    PTR __fp;
    PTR __pc;
  } __jmp_buf[1];