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 a1ef324..71d8053 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 64077e0..0728003 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, ...) */