OSDN Git Service

sparc/nptl: fix wrong vfork hidden def
authorAustin Foxley <austinf@cetoncorp.com>
Wed, 17 Feb 2010 23:01:37 +0000 (15:01 -0800)
committerAustin Foxley <austinf@cetoncorp.com>
Wed, 17 Feb 2010 23:01:37 +0000 (15:01 -0800)
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S

index a8e4dd5..8ee9868 100644 (file)
@@ -45,5 +45,5 @@ ENTRY(__vfork)
         nop
 END(__vfork)
 
-libc_hidden_def (__vfork)
+libc_hidden_def (vfork)
 weak_alias (__vfork, vfork)