summaryrefslogtreecommitdiff
path: root/src/math/remainder.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 17:07:29 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 17:07:29 -0500
commit40e2986d3d196855bba3836a60a482fd3a0f73a8 (patch)
tree6ce03ea7ddffb7f0001bff12706b21f9bce3c67e /src/math/remainder.c
parent421cc9cd7295e5b92cf167a41bd8f55a3b842728 (diff)
remove posix and xopen specific functions
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)
-*/