mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 08:40:07 +00:00
8 lines
194 B
C
8 lines
194 B
C
/* Define the machine-dependent type `jmp_buf'. Stub version. */
|
|
|
|
#ifndef _SETJMP_H
|
|
# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
|
|
#endif
|
|
|
|
typedef int __jmp_buf[1];
|