]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/compatibility/include/boost/compatibility/cpp_c_headers/csetjmp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / compatibility / include / boost / compatibility / cpp_c_headers / csetjmp
1 // This file is automatically generated. Do not edit.
2 // ['../../libs/compatibility/generate_cpp_c_headers.py']
3 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
4
5 #ifndef __CSETJMP_HEADER
6 #define __CSETJMP_HEADER
7
8 #include <setjmp.h>
9
10 namespace std {
11 using ::jmp_buf;
12 using ::longjmp;
13 }
14
15 #endif // CSETJMP_HEADER