From 4dda55e540c71a973fa24bd44adcebdc5fb189ce Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 18 Jun 2025 21:22:10 -0700 Subject: [PATCH] man/man3/ftime.3: SYNOPSIS: Declare ftime with [[deprecated]] This function was marked as legacy in POSIX.1-2001 and has been removed from many systems, including glibc. Signed-off-by: Collin Funk Message-ID: <5924c3b09d8e373be6ac1b5ca663b8ad7d106d93.1750306917.git.collin.funk1@gmail.com> Signed-off-by: Alejandro Colomar --- man/man3/ftime.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man3/ftime.3 b/man/man3/ftime.3 index c3d9a9984..11ebeceea 100644 --- a/man/man3/ftime.3 +++ b/man/man3/ftime.3 @@ -13,7 +13,7 @@ Standard C library .nf .B "#include " .P -.BI "int ftime(struct timeb *" tp ); +.BI "[[deprecated]] int ftime(struct timeb *" tp ); .fi .SH DESCRIPTION .BR NOTE : -- 2.47.2