PR_MCE_KILL_CLEAR
clear the machine check memory corruption kill policy
- Provided by: manpages-dev (Version: 6.9.1-1)
- Source: manpages
- Report a bug
clear the machine check memory corruption kill policy
Standard C library (libc, -lc)
#include <linux/prctl.h> /* Definition of PR_* constants */ #include <sys/prctl.h>
int prctl(PR_MCE_KILL, PR_MCE_KILL_CLEAR, 0L, 0L, 0L);
Clear the thread memory corruption kill policy and use the system-wide default.
On success, 0 is returned. On error, -1 is returned, and errno is set to indicate the error.
Linux.
Linux 2.6.32.