]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-sparc-errno_fix.patch
Rel 8; fixes from upstream
[packages/glibc.git] / glibc-sparc-errno_fix.patch
CommitLineData
75051ff3
JB
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 @@
5d7c8243
MM
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>
75051ff3 8+#define _ERRNO_H 1
5d7c8243 9+#include <bits/errno.h>
75051ff3
JB
10 #include <tcb-offsets.h>
11 #include <sysdep.h>
5d7c8243 12
This page took 0.097078 seconds and 4 git commands to generate.