From 81e25b608df040adda0b7111ccb272962782dc88 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 8 Oct 1996 23:39:13 +0000 Subject: [PATCH] update from main archive 961008 --- sysdeps/unix/sysv/linux/alpha/clone.S | 1 + sysdeps/unix/sysv/linux/m68k/clone.S | 1 + 2 files changed, 2 insertions(+) diff --git a/sysdeps/unix/sysv/linux/alpha/clone.S b/sysdeps/unix/sysv/linux/alpha/clone.S index a1ef324..71d8053 100644 --- a/sysdeps/unix/sysv/linux/alpha/clone.S +++ b/sysdeps/unix/sysv/linux/alpha/clone.S @@ -20,6 +20,7 @@ Cambridge, MA 02139, USA. */ and invokes a function in the right context after its all over. */ #include +#define _ERRNO_H 1 #include /* int clone(int (*fn)(), void *child_stack, int flags, int nargs, ...) */ diff --git a/sysdeps/unix/sysv/linux/m68k/clone.S b/sysdeps/unix/sysv/linux/m68k/clone.S index 64077e0..0728003 100644 --- a/sysdeps/unix/sysv/linux/m68k/clone.S +++ b/sysdeps/unix/sysv/linux/m68k/clone.S @@ -20,6 +20,7 @@ Cambridge, MA 02139, USA. */ and invokes a function in the right context after its all over. */ #include +#define _ERRNO_H 1 #include /* int clone (int (*fn) (), void *child_stack, int flags, int nargs, ...) */ -- 2.7.4