瀏覽代碼

Thomas Chou says in bug 618: add missing __vfork: label

Mike Frysinger 18 年之前
父節點
當前提交
0a5e4d1594
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/sysdeps/linux/nios2/vfork.S

+ 1 - 1
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