mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
f6e70c1453
into a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
17 lines
344 B
Text
17 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
|