mirror of
https://github.com/MariaDB/server.git
synced 2025-12-09 08:01:34 +03:00
The pthread_cond_timedwait(3P) api uses a const struct timespec for parameter 3. The instrumentation api for the same, mysql_cond_timedwait, which expands to inline_mysql_cond_timedwait, should also take a const parameter for the timespec. This fix add the missing const to inline_mysql_cond_timedwait.
28 KiB
28 KiB