mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
18 lines
344 B
Text
18 lines
344 B
Text
|
***************
|
||
|
*** 97,103 ****
|
||
|
|
||
|
|
||
|
/* Fix problem with S_ISLNK() on Linux */
|
||
|
! #if defined(HAVE_LINUXTHREADS)
|
||
|
#undef _GNU_SOURCE
|
||
|
#define _GNU_SOURCE 1
|
||
|
#endif
|
||
|
--- 97,103 ----
|
||
|
|
||
|
|
||
|
/* Fix problem with S_ISLNK() on Linux */
|
||
|
! #if defined(TARGET_OS_LINUX) || defined(__GLIBC__)
|
||
|
#undef _GNU_SOURCE
|
||
|
#define _GNU_SOURCE 1
|
||
|
#endif
|