Explorar el Código

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

Mike Frysinger hace 18 años
padre
commit
0a5e4d1594
Se han modificado 1 ficheros con 1 adiciones y 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