* [PATCHv3 2/6] [RFC] bug.h: Replace __linktime_error with __compiletime_error
@ 2012-06-07 9:14 Daniel Santos
0 siblings, 0 replies; only message in thread
From: Daniel Santos @ 2012-06-07 9:14 UTC (permalink / raw)
To: linux-kernel, Paul Gortmaker
Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
---
include/linux/bug.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/bug.h b/include/linux/bug.h
index aaac4bb..298a916 100644
--- a/include/linux/bug.h
+++ b/include/linux/bug.h
@@ -73,7 +73,7 @@ extern int __build_bug_on_failed;
#define BUILD_BUG() \
do { \
extern void __build_bug_failed(void) \
- __linktime_error("BUILD_BUG failed"); \
+ __compiletime_error("BUILD_BUG failed");\
__build_bug_failed(); \
} while (0)
-- 1.7.3.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-07 9:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07 9:14 [PATCHv3 2/6] [RFC] bug.h: Replace __linktime_error with __compiletime_error Daniel Santos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox