summaryrefslogtreecommitdiffstats
path: root/man3/ftime.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ftime.3')
-rw-r--r--man3/ftime.323
1 files changed, 7 insertions, 16 deletions
diff --git a/man3/ftime.3 b/man3/ftime.3
index df4bcf5fa..cfa6ad93d 100644
--- a/man3/ftime.3
+++ b/man3/ftime.3
@@ -9,7 +9,7 @@
.\" Modified Sun Oct 18 17:31:43 1998 by Andries Brouwer (aeb@cwi.nl)
.\" 2008-06-23, mtk, minor rewrites, added some details
.\"
-.TH ftime 3 2022-12-15 "Linux man-pages 6.03"
+.TH ftime 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
ftime \- return date and time
.SH LIBRARY
@@ -60,36 +60,27 @@ fields are unspecified; avoid relying on them.
.SH RETURN VALUE
This function always returns 0.
(POSIX.1-2001 specifies, and some systems document, a \-1 error return.)
-.SH VERSIONS
-Starting with glibc 2.33, the
-.BR ftime ()
-function and the
-.I <sys/timeb.h>
-header have been removed.
-To support old binaries,
-glibc continues to provide a compatibility symbol for
-applications linked against glibc 2.32 and earlier.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR ftime ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
+None.
+.SH HISTORY
+Removed in glibc 2.33.
4.2BSD, POSIX.1-2001.
-POSIX.1-2008 removes the specification of
-.BR ftime ().
+Removed in POSIX.1-2008.
.PP
This function is obsolete.
Don't use it.