Explorar el Código

Workaround an old m68k-coff compiler problem

Eric Andersen hace 23 años
padre
commit
8df26e4f7b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      libc/sysdeps/linux/m68k/vfork.S

+ 2 - 0
libc/sysdeps/linux/m68k/vfork.S

@@ -11,7 +11,9 @@
 	.align 2
 	.globl errno
 	.globl vfork
+#if defined HAVE_ELF
 	.type	 vfork,@function
+#endif
 vfork:
 	movl	%sp@+, %a1               /* save the return address for later */
 	movl	IMM __NR_vfork,%d0