From 1f503475a56b198a86cd7df1a3869aec81baf1eb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 7 Feb 2003 20:46:55 +0000 Subject: Update. 2003-02-07 Jakub Jelinek * resolv/res_libc.c (_res): Ensure _res is not common symbol, so that it can have aliases. * inet/herrno.c (h_errno): Put it into .bss not .data section. Patch by Lance Larsh . --- linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linuxthreads/sysdeps/unix/sysv/linux/i386') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S index f4a56a54bf..95df1330dd 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S @@ -86,6 +86,8 @@ ENTRY (__vfork) jae SYSCALL_ERROR_LABEL .Lpseudo_end: ret +#elif !defined __NR_vfork +# error "__NR_vfork not available and __ASSUME_VFORK_SYSCALL defined" #endif PSEUDO_END (__vfork) libc_hidden_def (__vfork) -- cgit v1.2.3