OSDN Git Service

fix namespace violation for c11 mutex functions
authorRich Felker <dalias@aerifal.cx>
Wed, 5 Sep 2018 02:56:57 +0000 (22:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 5 Sep 2018 02:56:57 +0000 (22:56 -0400)
commit2de29bc994029b903a366b8a4a9f8c3c3ee2be90
treeb73796c45dc1244b81a3ea30fa876ecad63a8d41
parentd1fa28860634af4f0efd70d533a756b51a45f83e
fix namespace violation for c11 mutex functions

__pthread_mutex_timedlock is used to implement c11 mutex functions,
and therefore cannot call pthread_mutex_trylock by name.
src/thread/pthread_mutex_timedlock.c