OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / div.3
index 10ba296..099f7ac 100644 (file)
@@ -31,7 +31,7 @@
 .\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu)
 .\" Modified 2002-08-10, 2003-11-01 Walter Harms, aeb
 .\"
-.TH DIV 3 2012-04-17 "" "Linux Programmer's Manual"
+.TH DIV 3 2013-07-05 "" "Linux Programmer's Manual"
 .SH NAME
 div, ldiv, lldiv, imaxdiv \- compute quotient and remainder of
 an integer division
@@ -88,6 +88,15 @@ of the indicated name, in all cases with fields \fIquot\fP and \fIrem\fP
 of the same type as the function arguments.
 .SH RETURN VALUE
 The \fIdiv_t\fP (etc.) structure.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR div (),
+.BR ldiv (),
+.BR lldiv (),
+and
+.BR imaxdiv ()
+functions are thread-safe.
 .SH CONFORMING TO
 SVr4, 4.3BSD, C89. C99.
 The functions
@@ -106,3 +115,12 @@ the values \fIq.quot\fP and \fIq.rem\fP are \-1 and \-2, respectively.
 .SH SEE ALSO
 .BR abs (3),
 .BR remainder (3)
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.