mcst-linux-kernel/glibc-2.35/bits/setjmp.h

8 lines
194 B
C
Raw Normal View History

2024-07-09 13:51:45 +03:00
/* 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];