Re: [PATCH resend 1/4] uapi glibc compat: add libc compat code when not build for kernel

2017-04-13 Thread Sergei Shtylyov
Hello! On 4/12/2017 11:31 PM, Hauke Mehrtens wrote: Instead of checking if this header file is used in the glibc, check if iti is not used in kernel context, this way it will also work with s/iti/it/. other libc implementations like musl. Acked-by: Mikko Rapeli Signed-off-by: Hauke Meh

[PATCH resend 1/4] uapi glibc compat: add libc compat code when not build for kernel

2017-04-12 Thread Hauke Mehrtens
Instead of checking if this header file is used in the glibc, check if iti is not used in kernel context, this way it will also work with other libc implementations like musl. Acked-by: Mikko Rapeli Signed-off-by: Hauke Mehrtens --- include/uapi/linux/libc-compat.h | 8 1 file changed,