Browse Source

Workaround an old m68k-coff compiler problem

Eric Andersen 23 years ago
parent
commit
8df26e4f7b
1 changed files with 2 additions and 0 deletions
  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