]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
update from main archive 961008
authorUlrich Drepper <drepper@redhat.com>
Tue, 8 Oct 1996 23:39:13 +0000 (23:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 8 Oct 1996 23:39:13 +0000 (23:39 +0000)
sysdeps/unix/sysv/linux/alpha/clone.S
sysdeps/unix/sysv/linux/m68k/clone.S

index a1ef3249563b9d7477638313236a51fe092a7663..71d8053b12e936a8c80c3dc39d06e4ef7e94006b 100644 (file)
@@ -20,6 +20,7 @@ Cambridge, MA 02139, USA.  */
    and invokes a function in the right context after its all over.  */
 
 #include <sysdep.h>
+#define _ERRNO_H       1
 #include <errnos.h>
 
 /* int clone(int (*fn)(), void *child_stack, int flags, int nargs, ...) */
index 64077e00de1d25daa8753134f1608872e1495d71..07280031a553b358c8e387a0a0707df4e091ebbc 100644 (file)
@@ -20,6 +20,7 @@ Cambridge, MA 02139, USA.  */
    and invokes a function in the right context after its all over.  */
 
 #include <sysdep.h>
+#define _ERRNO_H       1
 #include <errnos.h>
 
 /* int clone (int (*fn) (), void *child_stack, int flags, int nargs, ...) */