From 0a5e4d1594f4c25e86be312e312828d75b5af9cc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 11 Jan 2006 01:53:48 +0000 Subject: Thomas Chou says in bug 618: add missing __vfork: label --- libc/sysdeps/linux/nios2/vfork.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/nios2') diff --git a/libc/sysdeps/linux/nios2/vfork.S b/libc/sysdeps/linux/nios2/vfork.S index d75edcec9..fa7ff9916 100644 --- a/libc/sysdeps/linux/nios2/vfork.S +++ b/libc/sysdeps/linux/nios2/vfork.S @@ -22,7 +22,7 @@ .hidden __vfork .type __vfork,%function .align 4 - +__vfork: movui r2, TRAP_ID_SYSCALL movui r3, __NR_vfork trap -- cgit v1.2.3