diff options
Diffstat (limited to 'math/math.h')
-rw-r--r-- | math/math.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/math.h b/math/math.h index 547b36d10e..6c2ad97fb8 100644 --- a/math/math.h +++ b/math/math.h @@ -26,6 +26,11 @@ #define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION #include <bits/libc-header-start.h> +#if defined log && defined __GNUC__ +# warning A macro called log was already defined when <math.h> was included. +# warning This will cause compilation problems. +#endif + __BEGIN_DECLS /* Get definitions of __intmax_t and __uintmax_t. */ |