]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- fix for errno includes on sparc (probably will fix this also inside
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 27 Dec 2003 19:19:06 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  gkh, but this patch won't hurt)

Changed files:
    glibc-sparc-errno_fix.patch -> 1.1

glibc-sparc-errno_fix.patch [new file with mode: 0644]

diff --git a/glibc-sparc-errno_fix.patch b/glibc-sparc-errno_fix.patch
new file mode 100644 (file)
index 0000000..f2a31b3
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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 @@
+ /* 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>
++#include <bits/errno.h>
+ #include <asm/unistd.h>
+ /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg); */
This page took 0.034664 seconds and 4 git commands to generate.