glibc/include/tgmath.h

8 lines
188 B
C

/* NB: Clang has its own <tgmath.h> and doesn't use <tgmath.h> from
glibc. */
#if defined _ISOMAC && defined __clang__
# include_next <tgmath.h>
#else
# include <math/tgmath.h>
#endif