index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
arch
/
x86_64
/
bits
/
setjmp.h
blob: 4d118c40aef17a60b0212d109bcc75dadf4cc93c (
plain
)
1
2
3
4
5
6
#ifndef __BITS_SETJMP_H #define __BITS_SETJMP_H typedef unsigned long jmp_buf[8]; #endif