* Moved lcc and q3asm into code/tools
This commit is contained in:
parent
b1cef6352e
commit
ad118b9baf
452 changed files with 0 additions and 0 deletions
10
code/tools/lcc/include/sparc/solaris/setjmp.h
Normal file
10
code/tools/lcc/include/sparc/solaris/setjmp.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef __SETJMP
|
||||
#define __SETJMP
|
||||
|
||||
|
||||
|
||||
typedef int jmp_buf[12];
|
||||
int setjmp(jmp_buf);
|
||||
void longjmp(jmp_buf, int);
|
||||
|
||||
#endif /* __SETJMP */
|
Loading…
Add table
Add a link
Reference in a new issue