From e3284521367aaabac4597d3b96428aff7f6ca8b2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 7 Jan 2015 21:26:41 +0100 Subject: [PATCH] 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 --- man2/kexec_load.2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/man2/kexec_load.2 b/man2/kexec_load.2 index 6de034b2d..57b426b1c 100644 --- a/man2/kexec_load.2 +++ b/man2/kexec_load.2 @@ -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),