From: Ulrich Drepper Date: Tue, 8 Oct 1996 23:39:13 +0000 (+0000) Subject: update from main archive 961008 X-Git-Tag: glibc-2.16-ports-before-merge~3727 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81e25b608df040adda0b7111ccb272962782dc88;p=thirdparty%2Fglibc.git update from main archive 961008 --- diff --git a/sysdeps/unix/sysv/linux/alpha/clone.S b/sysdeps/unix/sysv/linux/alpha/clone.S index a1ef3249563..71d8053b12e 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 64077e00de1..07280031a55 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, ...) */