mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Removed not needed comment (to keep aligned with the rest of the code)
This commit is contained in:
parent
83417dd93f
commit
405b8f1ada
1 changed files with 1 additions and 2 deletions
|
@ -435,9 +435,8 @@ int my_pthread_cond_timedwait(pthread_cond_t *cond,
|
|||
pthread_mutex_trylock returns 1 on success, not 0 like
|
||||
pthread_mutex_lock
|
||||
*/
|
||||
/* We defined pthread_mutex_trylock as a macro in my_pthread.h, we have
|
||||
to undef it here to prevent infinite recursion! */
|
||||
#undef pthread_mutex_trylock
|
||||
|
||||
int my_pthread_mutex_trylock(pthread_mutex_t *mutex)
|
||||
{
|
||||
int error=pthread_mutex_trylock(mutex);
|
||||
|
|
Loading…
Reference in a new issue