Explorar o código

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

Mike Frysinger %!s(int64=18) %!d(string=hai) anos
pai
achega
0a5e4d1594
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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