Add libc_hidden_def for __fork.
This commit is contained in:
parent
c63e402a12
commit
7a077bd196
@ -25,4 +25,5 @@ __fork (void)
|
||||
{
|
||||
return kfork ();
|
||||
}
|
||||
libc_hidden_def (__fork)
|
||||
strong_alias (__fork, fork)
|
||||
|
Loading…
x
Reference in New Issue
Block a user