--- glibc-2.31/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S.orig 2020-02-01 14:07:21.920948516 +0100 +++ glibc-2.31/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S 2020-02-01 14:08:17.973978184 +0100 @@ -19,7 +19,8 @@ /* clone() is even more special than fork() as it mucks with stacks and invokes a function in the right context after its all over. */ -#include +#define _ERRNO_H 1 +#include #include #include