summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/lldiv.3
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2008-08-04 21:29:27 +0000
committermatt <matt@NetBSD.org>2008-08-04 21:29:27 +0000
commitcac8e449158efc7261bebc8657cbb0125a2cfdde (patch)
tree72b89c429f4be1ace8ebf5d61156daef8469c343 /lib/libc/stdlib/lldiv.3
parent7ab651d699be8931e6858689c82fc99cd8ee9280 (diff)
Add C99 functions imaxabs and imaxdiv.
Diffstat (limited to 'lib/libc/stdlib/lldiv.3')
-rw-r--r--lib/libc/stdlib/lldiv.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/lldiv.3 b/lib/libc/stdlib/lldiv.3
index fc3db17e0f5..4d2ccb0fd77 100644
--- a/lib/libc/stdlib/lldiv.3
+++ b/lib/libc/stdlib/lldiv.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: lldiv.3,v 1.6 2003/09/08 17:54:33 wiz Exp $
+.\" $NetBSD: lldiv.3,v 1.7 2008/08/04 21:29:27 matt Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -61,6 +61,7 @@ and
.Ar rem .
.Sh SEE ALSO
.Xr div 3 ,
+.Xr imaxdiv 3 ,
.Xr ldiv 3 ,
.Xr math 3 ,
.Xr qdiv 3