mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Work around conflicting declarations of math functions
This restores compilation on architectures such as armhfp which alias acos and acosl because double and long double are the same.
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
|
||||
#undef _LIBC
|
||||
#undef _GNU_SOURCE
|
||||
#undef _Mlong_double_
|
||||
#define _ISOMAC
|
||||
|
||||
#include <math.h>
|
||||
|
Reference in New Issue
Block a user