summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:37:35 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:28:08 +0200
commit5d4879fa36161dcb282f11ac4452fe50c17aaf04 (patch)
treec90c18a5a37e7466a66e9fddd23c7230e5bbe69b
parent622c72d2873b67d50db504b156570d0cb937f444 (diff)
stime.2: SYNOPSIS: Mark as [[deprecated]]
This syscall was removed from glibc 2.31 for newly linked programs. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/stime.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/stime.2 b/man2/stime.2
index 008d564a0..5788cf413 100644
--- a/man2/stime.2
+++ b/man2/stime.2
@@ -14,7 +14,7 @@ stime \- set time
.nf
.B #include <time.h>
.PP
-.BI "int stime(const time_t *" t );
+.BI "[[deprecated]] int stime(const time_t *" t );
.fi
.PP
.RS -4