From 40e2986d3d196855bba3836a60a482fd3a0f73a8 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 17:07:29 -0500 Subject: remove posix and xopen specific functions --- src/math/remainder.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/math/remainder.c (limited to 'src/math/remainder.c') 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 -#define TGSOURCE "remainder.c" -#include "_tgmath.h" - -TYPE TGFN(remainder)(TYPE x, TYPE y) -{ - SIGNAL_SAFE(0); -} - -/* -XOPEN(400) -POSIX(200112) -LINK(m) -*/ -- cgit v1.2.1