]> git.ipfire.org Git - thirdparty/glibc.git/blame - bits/setjmp.h
Fix http: URL in 'configure'
[thirdparty/glibc.git] / bits / setjmp.h
CommitLineData
28f540f4
RM
1/* Define the machine-dependent type `jmp_buf'. Stub version. */
2
f4017d20
UD
3#ifndef _SETJMP_H
4# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
5#endif
6
28f540f4 7typedef int __jmp_buf[1];