kexec_load.2: Remove crufty statements that constants are not exported to glibc

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>
This commit is contained in:
Michael Kerrisk 2015-01-07 21:26:41 +01:00
parent 36aa66d180
commit e328452136
1 changed files with 0 additions and 5 deletions

View File

@ -212,11 +212,6 @@ These system calls are Linux-specific.
Currently, there is no glibc support for these system calls. Currently, there is no glibc support for these system calls.
Call them using Call them using
.BR syscall (2). .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 .SH SEE ALSO
.BR reboot (2), .BR reboot (2),
.BR syscall (2), .BR syscall (2),