]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
get_kernel_syms.2: SYNOPSIS: Mark as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Oct 2021 19:34:53 +0000 (21:34 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 00:18:45 +0000 (02:18 +0200)
This syscall was removed in Linux 2.6.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/get_kernel_syms.2

index 38a3660ae83920aa5c4ec0fb21de60e603eb0a83..f4797aa278eae108351ede4d64353f360bb355a6 100644 (file)
@@ -12,11 +12,8 @@ get_kernel_syms \- retrieve exported kernel and module symbols
 .nf
 .B #include <linux/module.h>
 .PP
-.BI "int get_kernel_syms(struct kernel_sym *" table );
+.BI "[[deprecated]] int get_kernel_syms(struct kernel_sym *" table );
 .fi
-.PP
-.IR Note :
-No declaration of this system call is provided in glibc headers; see NOTES.
 .SH DESCRIPTION
 .BR Note :
 This system call is present only in kernels before Linux 2.6.