summaryrefslogtreecommitdiff
path: root/vos/config.ga.h
diff options
context:
space:
mode:
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r--vos/config.ga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h
index 33396106dc..b5b2953099 100644
--- a/vos/config.ga.h
+++ b/vos/config.ga.h
@@ -1793,7 +1793,8 @@
/* HAS_GNULIBC:
* This symbol, if defined, indicates to the C program that
- * the GNU C library is being used.
+ * the GNU C library is being used. A better check is to use
+ * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
*/
/*#define HAS_GNULIBC /**/
#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)