fix namespace violation in dependencies of mtx_lock
authorRich Felker <dalias@aerifal.cx>
Thu, 14 Mar 2019 03:23:26 +0000 (23:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 14 Mar 2019 03:23:26 +0000 (23:23 -0400)
commit 2de29bc994029b903a366b8a4a9f8c3c3ee2be90 left behind one
reference to pthread_mutex_trylock. fixing this also improves code
generation due to the namespace-safe version being hidde.


No differences found