diff options
Diffstat (limited to 'libc/sysdeps/linux/sh/vfork.S')
-rw-r--r-- | libc/sysdeps/linux/sh/vfork.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sh/vfork.S b/libc/sysdeps/linux/sh/vfork.S index 6b20cc3bb..ef7b373aa 100644 --- a/libc/sysdeps/linux/sh/vfork.S +++ b/libc/sysdeps/linux/sh/vfork.S @@ -85,6 +85,7 @@ ENTRY (__vfork) .align 4 2: +.global __syscall_error __syscall_error: /* Store it in errno... */ mov.l .L4, r1 |