mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
alpha: Fix redefinition of __isnanl macro warning
In bdd7898a58
we added self-definitions
of __isnan and friends in order to indicate specialized architecture
support, and avoid redefinitions within various generic math_private.h.
There is no generic math_private.h that concerns ldbl-128, and while
we provide __isnanl in the alpha math_private.h there's no need to
protect the function against redefinition.
This commit is contained in:
parent
3cb3bb9b40
commit
7514f09e1e
@ -12,9 +12,6 @@
|
||||
#ifndef __isnanf
|
||||
# define __isnanf __isnanf
|
||||
#endif
|
||||
#ifndef __isnanl
|
||||
# define __isnanl __isnanl
|
||||
#endif
|
||||
|
||||
#include_next <math_private.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user