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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/remainder.c b/src/math/remainder.c
index a50c7a81..c4c360ca 100644
--- a/src/math/remainder.c
+++ b/src/math/remainder.c
@@ -9,4 +9,5 @@ TYPE TGFN(remainder)(TYPE x, TYPE y)
/*
XOPEN(400)
POSIX(200112)
+LINK(m)
*/