am 76282482: Merge "Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>."

* commit '76282482dbb05bf97a834d20b3ccf98de3f5a31d':
  Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>.
This commit is contained in:
Elliott Hughes
2014-07-18 00:24:34 +00:00
committed by Android Git Automerger

View File

@@ -31,13 +31,6 @@
#include <linux/prctl.h> #include <linux/prctl.h>
#include <sys/cdefs.h> #include <sys/cdefs.h>
/* These should appear in the uapi headers at some point, but they're not there right now. */
#if !defined(PR_SET_TIMERSLACK_PID)
#define PR_SET_TIMERSLACK_PID 41
#else
#error PR_SET_TIMERSLACK_PID defined twice
#endif
__BEGIN_DECLS __BEGIN_DECLS
/* IMPORTANT NOTE: This function is declared as taking a variable number /* IMPORTANT NOTE: This function is declared as taking a variable number