]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-sparc-errno_fix.patch
Rel 8; fixes from upstream
[packages/glibc.git] / glibc-sparc-errno_fix.patch
1 --- glibc-2.31/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S.orig       2020-02-01 14:07:21.920948516 +0100
2 +++ glibc-2.31/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S    2020-02-01 14:08:17.973978184 +0100
3 @@ -19,7 +19,8 @@
4  /* clone() is even more special than fork() as it mucks with stacks
5     and invokes a function in the right context after its all over.  */
6  
7 -#include <asm/errno.h>
8 +#define _ERRNO_H        1
9 +#include <bits/errno.h>
10  #include <tcb-offsets.h>
11  #include <sysdep.h>
12  
This page took 0.113101 seconds and 3 git commands to generate.