URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [common/] [bits/] [setjmp.h] - Rev 1765
Compare with Previous | Blame | View Log
/* 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];