From e2e59e5eaa7fb45af2729d3a1e14b1671f129f45 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 25 Oct 2021 21:35:09 +0200 Subject: getunwind.2: SYNOPSIS: Mark as [[deprecated]] Signed-off-by: Alejandro Colomar --- man2/getunwind.2 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/man2/getunwind.2 b/man2/getunwind.2 index 94935ba02..2759eeb5b 100644 --- a/man2/getunwind.2 +++ b/man2/getunwind.2 @@ -16,14 +16,9 @@ Standard C library .BR "#include " " /* Definition of " SYS_* " constants */" .B #include .PP -.BI "long syscall(SYS_getunwind, void " *buf ", size_t " buf_size ); +.BI "[[deprecated]] long syscall(SYS_getunwind, void " *buf \ +", size_t " buf_size ); .fi -.PP -.IR Note : -glibc provides no wrapper for -.BR getunwind (), -necessitating the use of -.BR syscall (2). .SH DESCRIPTION .I Note: this system call is obsolete. .PP -- cgit v1.2.3