diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-10-25 21:34:53 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-09-05 02:18:45 +0200 |
| commit | d49a038d0e86847105c5945f5247d65eca5eddd4 (patch) | |
| tree | 5bfc532cecac54c6e18c64641f801c3bfd179084 | |
| parent | c7e4ef09c8f67778c8bd09991021ca3143b48e5e (diff) | |
| download | man-pages-d49a038d0e86847105c5945f5247d65eca5eddd4.tar.gz | |
get_kernel_syms.2: SYNOPSIS: Mark as [[deprecated]]
This syscall was removed in Linux 2.6.
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man2/get_kernel_syms.2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2 index 38a3660ae8..f4797aa278 100644 --- a/man2/get_kernel_syms.2 +++ b/man2/get_kernel_syms.2 @@ -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. |
