summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/getunwind.29
1 files 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 <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.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