libc.obj: headers update (now used true functions with attributes instead of pointers)
git-svn-id: svn://kolibrios.org@9810 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -11,7 +11,7 @@ typedef struct __jmp_buf_tag {
|
||||
unsigned long __ss[128 / sizeof(long)];
|
||||
} jmp_buf[1];
|
||||
|
||||
extern int _FUNC(setjmp)(jmp_buf env);
|
||||
extern void _FUNC(longjmp)(jmp_buf env, int val);
|
||||
DLLAPI int setjmp(jmp_buf env);
|
||||
DLLAPI void longjmp(jmp_buf env, int val);
|
||||
|
||||
#endif // _SETJMP_H_
|
||||
|
Reference in New Issue
Block a user