mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
11 lines
276 B
Diff
11 lines
276 B
Diff
--- a/include/linux/log2.h 2016-02-25 21:01:36.000000000 +0100
|
|
+++ b/include/linux/log2.h 2020-01-03 14:59:54.572400301 +0100
|
|
@@ -18,7 +18,6 @@
|
|
/*
|
|
* deal with unrepresentable constant logarithms
|
|
*/
|
|
-extern __attribute__((const, noreturn))
|
|
int ____ilog2_NaN(void);
|
|
|
|
/*
|