summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/nios2
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-11 01:53:48 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-11 01:53:48 +0000
commit0a5e4d1594f4c25e86be312e312828d75b5af9cc (patch)
tree9deb45b710554d3b3794ce042aae640314451e10 /libc/sysdeps/linux/nios2
parent505220e8c5649b3f57fe2ca6e8f4c53eddc52100 (diff)
Thomas Chou says in bug 618: add missing __vfork: label
Diffstat (limited to 'libc/sysdeps/linux/nios2')
-rw-r--r--libc/sysdeps/linux/nios2/vfork.S2
1 files changed, 1 insertions, 1 deletions
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