aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-25 22:08:16 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-25 22:17:39 +0100
commit8df562c03f928f8f807118748accc9937319347d (patch)
treed9bbc0947201894e8e55ed984374883926b221bd
parent083d4e6a47b50488c7bf0791f117ea2cb3b8f5e1 (diff)
downloadman-pages-8df562c03f928f8f807118748accc9937319347d.tar.gz
system_Data_types.7: Add 'clockid_t'
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/system_data_types.723
1 files changed, 23 insertions, 0 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 28d276c693..49ca2d8e16 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -110,6 +110,29 @@ See also:
.BR times (2),
.BR clock (3)
.RE
+.\"------------------------------------- clockid_t --------------------/
+.TP
+.I clockid_t
+.RS
+Include:
+.IR <sys/types.h> .
+Alternatively,
+.IR <time.h> .
+.PP
+Used for clock ID type in the clock and timer functions.
+According to POSIX,
+it shall be defined as an arithmetic type.
+.PP
+Conforming to:
+POSIX.1-2001 and later.
+.PP
+See also:
+.BR clock_adjtime (2),
+.BR clock_getres (2),
+.BR clock_nanosleep (2),
+.BR timer_create (2),
+.BR clock_getcpuclockid (3)
+.RE
.\"------------------------------------- div_t ------------------------/
.TP
.I div_t