summaryrefslogtreecommitdiff
path: root/src/math/remainder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/remainder.c')
-rw-r--r--src/math/remainder.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/math/remainder.c b/src/math/remainder.c
deleted file mode 100644
index 667e9758..00000000
--- a/src/math/remainder.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <math.h>
-#define TGSOURCE "remainder.c"
-#include "_tgmath.h"
-
-TYPE TGFN(remainder)(TYPE x, TYPE y)
-{
- SIGNAL_SAFE(0);
-}
-
-/*
-XOPEN(400)
-POSIX(200112)
-LINK(m)
-*/