aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib/div/ldiv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stdlib/div/ldiv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/div/ldiv.c b/src/stdlib/div/ldiv.c
index 40028fa..65e139d 100644
--- a/src/stdlib/div/ldiv.c
+++ b/src/stdlib/div/ldiv.c
@@ -31,6 +31,8 @@
* the process will be killed by SIGFPE.
* @return The quotient in `.quot`, and
* the remainder in `.rem`.
+ *
+ * @since Always.
*/
ldiv_t ldiv(long numerator, long denominator)
{