]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
kexec_load.2: Remove crufty statements that constants are not exported to glibc
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 7 Jan 2015 20:26:41 +0000 (21:26 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 28 Jan 2015 20:56:32 +0000 (21:56 +0100)
With the kernel "uapi" changes of a a few releases ago, these
constants are now automatically provided to glibc.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/kexec_load.2

index 6de034b2d766828bdec3ee621a5126fb0e005754..57b426b1c88eb08d5b09868a745213a79892ce35 100644 (file)
@@ -212,11 +212,6 @@ These system calls are Linux-specific.
 Currently, there is no glibc support for these system calls.
 Call them using
 .BR syscall (2).
-.PP
-The required constants are in the Linux kernel source file
-.IR linux/kexec.h ,
-which is not currently exported to glibc.
-Therefore, these constants must be defined manually.
 .SH SEE ALSO
 .BR reboot (2),
 .BR syscall (2),