From 2148212370266d46c4bd2d370196bcce1c5fe7db Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 15 Feb 2004 09:34:42 +0000 Subject: This should not be inlined. This should probably use a weak alias as well... --- libc/sysdeps/linux/e1/vfork.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/e1') diff --git a/libc/sysdeps/linux/e1/vfork.c b/libc/sysdeps/linux/e1/vfork.c index 56acfb1bc..98421147c 100644 --- a/libc/sysdeps/linux/e1/vfork.c +++ b/libc/sysdeps/linux/e1/vfork.c @@ -3,5 +3,5 @@ #include #define __NR___libc_vfork __NR_vfork -inline _syscall0(pid_t, __libc_vfork); -inline _syscall0(pid_t, vfork); +_syscall0(pid_t, __libc_vfork); +_syscall0(pid_t, vfork); -- cgit v1.2.3