Răsfoiți Sursa

Workaround an old m68k-coff compiler problem

Eric Andersen 24 ani în urmă
părinte
comite
8df26e4f7b
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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