aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-18 11:49:17 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-18 15:09:39 +0200
commit92237a424ff05762f05bc0786d8c75a35ab3768f (patch)
treef417a7b435195a0953d324039c6ced34f6cad030 /man7
parent843574ae2a39c0ab4592ec9b5ed49c1390acab9b (diff)
downloadman-pages-92237a424ff05762f05bc0786d8c75a35ab3768f.tar.gz
system_data_types.7: Add 'clock_t'
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/system_data_types.725
1 files changed, 25 insertions, 0 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 5dceec9333..28d276c693 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -85,6 +85,31 @@ See also:
.BR aio_write (3),
.BR lio_listio (3)
.RE
+.\"------------------------------------- clock_t ----------------------/
+.TP
+.I clock_t
+.RS
+Include:
+.I <time.h>
+or
+.IR <sys/types.h> .
+Alternatively,
+.IR <sys/time.h> .
+.PP
+Used for system time in clock ticks or
+.B CLOCKS_PER_SEC
+(defined in
+.IR <time.h> ).
+According to POSIX,
+it shall be an integer type or a real-floating type.
+.PP
+Conforming to:
+C99 and later; POSIX.1-2001 and later.
+.PP
+See also:
+.BR times (2),
+.BR clock (3)
+.RE
.\"------------------------------------- div_t ------------------------/
.TP
.I div_t