Commit c82cd4a4 authored by rafal@quant.(none)'s avatar rafal@quant.(none)

Minor fix

parent dc579285
...@@ -45,7 +45,7 @@ extern "C" { ...@@ -45,7 +45,7 @@ extern "C" {
TODO: Remove this code when fixed versions of glibc6 are in common use. 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 ) defined(__GLIBC__) && ( __GLIBC__ < 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ < 5 )
#define NPTL_PTHREAD_EXIT_BUG 1 #define NPTL_PTHREAD_EXIT_BUG 1
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment