]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- oops auto/ac/glibc-2_3_2-14
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 27 Dec 2003 20:02:07 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-sparc-errno_fix.patch -> 1.2

glibc-sparc-errno_fix.patch

index f2a31b3c19a32a876e5695ba7c20ef80cd3903ec..e5fee6d7f0f660862e20334f8106e891905ee1f9 100644 (file)
@@ -1,9 +1,10 @@
 --- 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 @@
+@@ -20,7 +20,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.  */
  
++#define _ERRNO_H        1
 -#include <asm/errno.h>
 +#include <bits/errno.h>
  #include <asm/unistd.h>
This page took 0.028918 seconds and 4 git commands to generate.