summaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/math')
-rw-r--r--src/math/copysign.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math/copysign.c b/src/math/copysign.c
index 21ad6701..31675ad5 100644
--- a/src/math/copysign.c
+++ b/src/math/copysign.c
@@ -4,8 +4,6 @@
#include "_tgmath.h"
#include <math.h>
-#undef copysign
-
TYPE TGFN(copysign)(TYPE x, TYPE y)
{
SIGNAL_SAFE(0);