From: Hauke Mehrtens
Date: Wed, 12 Apr 2017 22:31:02 +0200
> __USE_MISC is glibc specific and not available in musl libc. Only do
> this check when glibc is used. This fixes a problem with musl libc.
>
> Acked-by: Mikko Rapeli
> Signed-off-by: Hauke Mehrtens
You yourself introduce this proble
__USE_MISC is glibc specific and not available in musl libc. Only do
this check when glibc is used. This fixes a problem with musl libc.
Acked-by: Mikko Rapeli
Signed-off-by: Hauke Mehrtens
---
include/uapi/linux/libc-compat.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --gi