Add libc_hidden_def for __fork.

This commit is contained in:
Ulrich Drepper 2002-12-31 11:05:04 +00:00
parent c63e402a12
commit 7a077bd196
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@ __fork (void)
{
return kfork ();
}
libc_hidden_def (__fork)
strong_alias (__fork, fork)