]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-sparc-errno_fix.patch
- rel 10; update from upstream
[packages/glibc.git] / glibc-sparc-errno_fix.patch
1 --- sysdeps/unix/sysv/linux/sparc/sparc32/clone.S~      2001-07-07 19:21:38.000000000 +0000
2 +++ sysdeps/unix/sysv/linux/sparc/sparc32/clone.S       2003-12-27 19:03:44.000000000 +0000
3 @@ -20,7 +20,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 +#define _ERRNO_H        1
8 -#include <asm/errno.h>
9 +#include <bits/errno.h>
10  #include <asm/unistd.h>
11  
12  /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg); */
This page took 0.03059 seconds and 3 git commands to generate.