summaryrefslogtreecommitdiffstats
path: root/man3type/clock_t.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/clock_t.3type')
-rw-r--r--man3type/clock_t.3type37
1 files changed, 0 insertions, 37 deletions
diff --git a/man3type/clock_t.3type b/man3type/clock_t.3type
deleted file mode 100644
index 12da83de9..000000000
--- a/man3type/clock_t.3type
+++ /dev/null
@@ -1,37 +0,0 @@
-.\" Copyright (c) 2020-2022 by Alejandro Colomar <alx@kernel.org>
-.\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
-.\"
-.\" SPDX-License-Identifier: Linux-man-pages-copyleft
-.\"
-.\"
-.TH clock_t 3type (date) "Linux man-pages (unreleased)"
-.SH NAME
-clock_t \- system time
-.SH LIBRARY
-Standard C library
-.RI ( libc )
-.SH SYNOPSIS
-.nf
-.B #include <time.h>
-.PP
-.BR typedef " /* ... */ " clock_t;
-.fi
-.SH DESCRIPTION
-Used for system time in clock ticks or
-.B CLOCKS_PER_SEC
-(defined in
-.IR <time.h> ).
-According to POSIX,
-it is an integer type or a real-floating type.
-.SH STANDARDS
-C11, POSIX.1-2008.
-.SH HISTORY
-C89, POSIX.1-2001.
-.SH NOTES
-The following headers also provide this type:
-.I <sys/types.h>
-and
-.IR <sys/time.h> .
-.SH SEE ALSO
-.BR times (2),
-.BR clock (3)