]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/ftime.3: SYNOPSIS: Declare ftime with [[deprecated]] posix24
authorCollin Funk <collin.funk1@gmail.com>
Thu, 19 Jun 2025 04:22:10 +0000 (21:22 -0700)
committerAlejandro Colomar <alx@kernel.org>
Sun, 27 Jul 2025 11:12:07 +0000 (13:12 +0200)
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>
man/man3/ftime.3

index c3d9a998475ca929e61111436bc75ef50e28ee38..11ebeceea07928db629c35172dc44f004fc460a5 100644 (file)
@@ -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 :