summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-09-15 16:50:08 +0200
committerunknown <msvensson@shellback.(none)>2006-09-15 16:50:08 +0200
commit860ae722645f92ca28d91c38e58ca8b4a8282de7 (patch)
treede07391ff1f0ffb1487fea5e0c54a04159742464
parentcb92ed6444fde07ac843ff1cecefd23d5b9e4b25 (diff)
parent040c9378c1c0b06107fab4d14272ae7fbfc47b85 (diff)
downloadmariadb-git-860ae722645f92ca28d91c38e58ca8b4a8282de7.tar.gz
Merge shellback.(none):/home/msvensson/mysql/work/my50-work
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
-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