Warning: That file was not part of the compilation database. It may have many parsing errors.

1/* Define the machine-dependent type `jmp_buf'. Stub version. */
2
3#ifndef _SETJMP_H
4# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
5#endif
6
7typedef int __jmp_buf[1];
8

Warning: That file was not part of the compilation database. It may have many parsing errors.

source code of glibc/bits/setjmp.h