* sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.

This commit is contained in:
Richard Henderson 2004-09-15 12:22:09 +00:00
parent 2bb0696559
commit 93207f7d2d
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ PSEUDO (__vfork, vfork, 0)
1: ret
PSEUDO_END (__vfork)
libc_hidden_def (__vfork)
weak_alias (__vfork, vfork)