summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-02-17 23:42:28 -0800
committerKhem Raj <raj.khem@gmail.com>2010-02-17 23:42:28 -0800
commited0915ba70d0ff6ed0a78f45d46822763a580737 (patch)
treec0495c812a983ac354a3c304335d89a4c653b1bc /libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S
parentf14c584876271f474025fc06b3dc66ce798bcacb (diff)
Get new nptl building on SH4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S
index 5433eacbe..a45c09fd6 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/vfork.S
@@ -66,6 +66,6 @@ ENTRY (__vfork)
.word PID - TLS_PRE_TCB_SIZE
.align 2
PSEUDO_END (__vfork)
-libc_hidden_def (__vfork)
+hidden_def (vfork)
weak_alias (__vfork, vfork)