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:
Jérôme Duval 2007-04-04 20:56:57 +00:00
parent c96b101d4d
commit 9e7de14057
1 changed files with 4 additions and 0 deletions

View File

@ -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);