mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
Minor fix
This commit is contained in:
parent
dc57928573
commit
c82cd4a46e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ extern "C" {
|
|||
TODO: Remove this code when fixed versions of glibc6 are in common use.
|
||||
*/
|
||||
|
||||
#if defined(TARGET_OS_LINUX) && defined(HAVE_NPTL) &&
|
||||
#if defined(TARGET_OS_LINUX) && defined(HAVE_NPTL) && \
|
||||
defined(__GLIBC__) && ( __GLIBC__ < 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ < 5 )
|
||||
#define NPTL_PTHREAD_EXIT_BUG 1
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue