From b5bef263b37b1f0def2a6c4e8e714ab871452b72 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 17 Jul 2014 17:12:35 -0700 Subject: [PATCH] Remove PR_SET_TIMERSLACK_PID from . (cherry picked from commit 9f165d24f00c3bd4337ef719105bfb36bfa00a8b) Change-Id: I009d3742cefbf36115f09824f267a0265ae215bf --- libc/include/sys/prctl.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libc/include/sys/prctl.h b/libc/include/sys/prctl.h index f66f6f544..8c6167744 100644 --- a/libc/include/sys/prctl.h +++ b/libc/include/sys/prctl.h @@ -31,13 +31,6 @@ #include #include -/* 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 /* IMPORTANT NOTE: This function is declared as taking a variable number