Changeset 60023 in vbox for trunk/include/iprt/nocrt
- Timestamp:
- Mar 14, 2016 6:40:57 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106001
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/setjmp.h
r56291 r60023 41 41 #endif 42 42 43 extern intRT_NOCRT(setjmp)(RT_NOCRT(jmp_buf));44 extern intRT_NOCRT(longjmp)(RT_NOCRT(jmp_buf), int);43 extern DECL_RETURNS_TWICE(int) RT_NOCRT(setjmp)(RT_NOCRT(jmp_buf)); 44 extern DECL_NO_RETURN(int) RT_NOCRT(longjmp)(RT_NOCRT(jmp_buf), int); 45 45 46 46 #if !defined(RT_WITHOUT_NOCRT_WRAPPERS) && !defined(RT_WITHOUT_NOCRT_WRAPPER_ALIASES)
Note:
See TracChangeset
for help on using the changeset viewer.