summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-09-15 16:49:24 +0200
committerunknown <msvensson@shellback.(none)>2006-09-15 16:49:24 +0200
commit040c9378c1c0b06107fab4d14272ae7fbfc47b85 (patch)
tree8d00d7db096a131d59ebf3b8b51860e4c9623974 /include
parent6653bfb3733470de9396ef6cdce1afb2778ee2d7 (diff)
parentd6e4a75aafc3ee076a935161885ea5e367e5751c (diff)
downloadmariadb-git-040c9378c1c0b06107fab4d14272ae7fbfc47b85.tar.gz
Merge msvensson.mysql.internal:mysql/my50-m-bug21222
into shellback.(none):/home/msvensson/mysql/work/my50-work
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 909755aef87..4a9e1673de4 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -111,7 +111,7 @@
/* Fix problem with S_ISLNK() on Linux */
-#if defined(TARGET_OS_LINUX)
+#if defined(TARGET_OS_LINUX) || defined(__GLIBC__)
#undef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif