]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc-sparc-errno_fix.patch
BRs for tar.xz source
[packages/glibc.git] / glibc-sparc-errno_fix.patch
index f2a31b3c19a32a876e5695ba7c20ef80cd3903ec..e791f24da06e92eab1cf2a3b32e14b1e28dde194 100644 (file)
@@ -1,11 +1,12 @@
---- sysdeps/unix/sysv/linux/sparc/sparc32/clone.S~     2001-07-07 19:21:38.000000000 +0000
-+++ sysdeps/unix/sysv/linux/sparc/sparc32/clone.S      2003-12-27 19:03:44.000000000 +0000
-@@ -20,7 +20,7 @@
+--- 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 <asm/errno.h>
++#define _ERRNO_H        1
 +#include <bits/errno.h>
- #include <asm/unistd.h>
+ #include <tcb-offsets.h>
+ #include <sysdep.h>
  
- /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg); */
This page took 0.026861 seconds and 4 git commands to generate.