From 3217fffd0948de9cdf96fb1bcdfb7419baee8620 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 9 Feb 2018 22:20:56 +0100 Subject: Patches to support musl libc UTIME_NOW is defined in on glibc and musl. Else, we just need a few headers to get glibc's crud. --- include/linux/log2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/log2.h') diff --git a/include/linux/log2.h b/include/linux/log2.h index 6fecd393..1f977d60 100644 --- a/include/linux/log2.h +++ b/include/linux/log2.h @@ -184,7 +184,7 @@ unsigned long __rounddown_pow_of_two(unsigned long n) __rounddown_pow_of_two(n) \ ) -static inline __attribute_const__ +static inline __attribute__((const)) int __get_order(unsigned long size) { int order; -- cgit v1.2.3