diff options
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S index bf541439b5..7bbab5c59c 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S @@ -101,4 +101,4 @@ L(call_fork): END(__vfork) libc_hidden_def(__vfork) -weak_alias(__vfork, vfork) +weak_alias (__vfork, vfork) |