projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03ab212
)
randomconfig fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 23 Jun 2020 07:38:53 +0000
(09:38 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 23 Jun 2020 07:38:53 +0000
(09:38 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/platform.h
patch
|
blob
|
history
diff --git
a/include/platform.h
b/include/platform.h
index 50365a31c235ad9f36a879c153945ba2ad9a2187..43bb391bd036d6ca8c1322179b1d24d8656e1024 100644
(file)
--- a/
include/platform.h
+++ b/
include/platform.h
@@
-30,6
+30,10
@@
# endif
#endif
+#if !__GNUC_PREREQ(5,0)
+# define deprecated(msg) deprecated
+#endif
+
#undef inline
#if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L
/* it's a keyword */