Subversion Repositories Kolibri OS

Rev

Rev 1408 | Rev 1970 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1408 Rev 1964
Line 46... Line 46...
46
 * Early snapshots of gcc 4.5 don't support this and we can't detect
46
 * Early snapshots of gcc 4.5 don't support this and we can't detect
47
 * this in the preprocessor, but we can live with this because they're
47
 * this in the preprocessor, but we can live with this because they're
48
 * unreleased.  Really, we need to have autoconf for the kernel.
48
 * unreleased.  Really, we need to have autoconf for the kernel.
49
 */
49
 */
50
#define unreachable() __builtin_unreachable()
50
#define unreachable() __builtin_unreachable()
-
 
51
 
-
 
52
/* Mark a function definition as prohibited from being cloned. */
-
 
53
#define __noclone	__attribute__((__noclone__))
-
 
54
 
51
#endif
55
#endif
Line 52... Line 56...
52
 
56
 
Line 53... Line 57...
53
#endif
57
#endif