Browse Source

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

Mike Frysinger 18 năm trước cách đây
mục cha
commit
0a5e4d1594
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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