From: Alejandro Colomar Date: Sun, 18 Oct 2020 09:49:17 +0000 (+0200) Subject: system_data_types.7: Add 'clock_t' X-Git-Tag: man-pages-5.09~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92237a424ff05762f05bc0786d8c75a35ab3768f;p=thirdparty%2Fman-pages.git system_data_types.7: Add 'clock_t' Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- 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 +or +.IR . +Alternatively, +.IR . +.PP +Used for system time in clock ticks or +.B CLOCKS_PER_SEC +(defined in +.IR ). +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