added the usual weak symbols to fix bug #1134
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20566 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c96b101d4d
commit
9e7de14057
@ -32,3 +32,7 @@ _IO_ftrylockfile(_IO_FILE *stream)
|
||||
//return __libc_lock_trylock_recursive(*stream->_lock);
|
||||
return 1;
|
||||
}
|
||||
|
||||
weak_alias (_IO_flockfile, flockfile);
|
||||
weak_alias (_IO_funlockfile, funlockfile);
|
||||
weak_alias (_IO_ftrylockfile, ftrylockfile);
|
||||
|
Loading…
Reference in New Issue
Block a user