genode/repos/dde_linux/patches/legacy_lxip_log2.patch
Sebastian Sumpf 360d38c36d dde_linux: move lxip -> legacy_lxip
move lxip stack to 'legacy_lxip' so it can be revived easily.

issue #5104
2024-02-26 08:59:07 +01:00

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);
/*