aboutsummaryrefslogtreecommitdiffstats
diff options
authorCollin Funk <collin.funk1@gmail.com>2025-06-18 21:22:10 -0700
committerAlejandro Colomar <alx@kernel.org>2025-06-30 05:57:34 +0200
commit33da67e1c172375726b033bb3896638c54b201ea (patch)
treee80ecf501a069683c4508428f71fe6bf5ab54b64
parent7d8e8165b6e8f16537d0dd5e7226d03584346fb5 (diff)
downloadman-pages-posix24.tar.gz
man/man3/ftime.3: SYNOPSIS: Declare ftime with [[deprecated]]posix24
This function was marked as legacy in POSIX.1-2001 and has been removed from many systems, including glibc. Signed-off-by: Collin Funk <collin.funk1@gmail.com> Message-ID: <5924c3b09d8e373be6ac1b5ca663b8ad7d106d93.1750306917.git.collin.funk1@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man3/ftime.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/ftime.3 b/man/man3/ftime.3
index c3d9a99847..11ebeceea0 100644
--- a/man/man3/ftime.3
+++ b/man/man3/ftime.3
@@ -13,7 +13,7 @@ Standard C library
.nf
.B "#include <sys/timeb.h>"
.P
-.BI "int ftime(struct timeb *" tp );
+.BI "[[deprecated]] int ftime(struct timeb *" tp );
.fi
.SH DESCRIPTION
.BR NOTE :