Message ID | 20140531.110353.293156792.kkojima@rr.iij4u.or.jp |
---|---|
State | New |
Headers | show |
I applied the fix and committed the change. I hope I didn't break SH. :-)
diff --git a/sysdeps/unix/sysv/linux/sh/vfork.S b/sysdeps/unix/sysv/linux/sh/vfork.S index 157a38c..76326f5 100644 --- a/sysdeps/unix/sysv/linux/sh/vfork.S +++ b/sysdeps/unix/sysv/linux/sh/vfork.S @@ -64,10 +64,7 @@ ENTRY (__libc_vfork) .L2: .word PID - TLS_PRE_TCB_SIZE .align 2 -PSEUDO_END (__vfork) -libc_hidden_def (__vfork) - -weak_alias (__vfork, vfork) +PSEUDO_END (__libc_vfork) #if !NOT_IN_libc weak_alias (__libc_vfork, vfork)