]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-sparc-errno_fix.patch
- rel 6; update fixes from upstream
[packages/glibc.git] / glibc-sparc-errno_fix.patch
CommitLineData
5d7c8243
MM
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
905d2bef 3@@ -20,7 +20,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
905d2bef 7+#define _ERRNO_H 1
5d7c8243
MM
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.115382 seconds and 4 git commands to generate.