diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-01 21:09:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-01 21:09:56 +0000 |
commit | 3fc6ba17b7a9919dd01a1c47853a4944fc990079 (patch) | |
tree | de3fd1bbbcae1ca3ed9238bcb82b1900d45fc714 /libc/sysdeps/linux/sh/vfork.S | |
parent | 9cee42f10dbc5b33866ff137b926a74abd7c1a5b (diff) |
Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support
for SH, and fix vfork
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 |