]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define _internal aliases.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 May 2002 02:18:21 +0000 (02:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 May 2002 02:18:21 +0000 (02:18 +0000)
sysdeps/unix/sysv/linux/sparc/fork.S

index 870d9608c178f7ff462c25c9e7b85e1597966ef3..ad9f3bb475b0b33eff9ca50f1354799f38806404 100644 (file)
@@ -25,5 +25,6 @@ PSEUDO (__libc_fork, fork, 0)
         and    %o0, %o1, %o0
 PSEUDO_END (__libc_fork)
 
+strong_alias (__libc_fork, __fork_internal)
 weak_alias (__libc_fork, __fork)
 weak_alias (__libc_fork, fork)