diff options
author | unknown <msvensson@shellback.(none)> | 2006-09-15 16:49:24 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-09-15 16:49:24 +0200 |
commit | 040c9378c1c0b06107fab4d14272ae7fbfc47b85 (patch) | |
tree | 8d00d7db096a131d59ebf3b8b51860e4c9623974 /include | |
parent | 6653bfb3733470de9396ef6cdce1afb2778ee2d7 (diff) | |
parent | d6e4a75aafc3ee076a935161885ea5e367e5751c (diff) | |
download | mariadb-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.h | 2 |
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 |