From 3f2f606449f17d7de9a41abc9351f06d05d277d0 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 25 Oct 2021 21:37:45 +0200 Subject: ustat.2: SYNOPSIS: Mark as [[deprecated]] Glibc 2.28 removed the wrapper for this syscall. Signed-off-by: Alejandro Colomar --- man2/ustat.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ustat.2 b/man2/ustat.2 index d7594b5f9..80daaedd9 100644 --- a/man2/ustat.2 +++ b/man2/ustat.2 @@ -19,7 +19,7 @@ Standard C library .BR "#include " " /* libc[45] */" .BR "#include " " /* glibc2 */" .PP -.BI "int ustat(dev_t " dev ", struct ustat *" ubuf ); +.BI "[[deprecated]] int ustat(dev_t " dev ", struct ustat *" ubuf ); .fi .SH DESCRIPTION .BR ustat () -- cgit v1.2.3