diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 20:34:25 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 20:34:25 -0500 |
| commit | 1e8468a416c9adc822e1eb413b15040d3a8aa6af (patch) | |
| tree | 85867b7aa8052e43cc52ae190df8c089cdf0a385 /src/math/remainder.c | |
| parent | 7761de857d64de49551914a52d15864d54762bbc (diff) | |
add missing LINK(m) and XOPEN(4[00]) information
Diffstat (limited to 'src/math/remainder.c')
| -rw-r--r-- | src/math/remainder.c | 1 |
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) */ |
