diff options
Diffstat (limited to 'libc/sysdeps/linux/h8300/vfork.S')
-rw-r--r-- | libc/sysdeps/linux/h8300/vfork.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/h8300/vfork.S b/libc/sysdeps/linux/h8300/vfork.S index aa8520d89..e84a78d6a 100644 --- a/libc/sysdeps/linux/h8300/vfork.S +++ b/libc/sysdeps/linux/h8300/vfork.S @@ -5,7 +5,11 @@ #define __NR_vfork __NR_fork /* uClinux-2.0 only has fork which is vfork */ #endif +#ifdef __H8300S__ + .h8300s +#else .h8300h +#endif .text .align 2 .globl _errno |