From: Elliott Hughes Date: Fri, 18 Jul 2014 00:12:35 +0000 (-0700) Subject: Remove PR_SET_TIMERSLACK_PID from . X-Git-Tag: android-x86-7.1-r1~757^2~828^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9f165d24f00c3bd4337ef719105bfb36bfa00a8b;p=android-x86%2Fbionic.git Remove PR_SET_TIMERSLACK_PID from . Change-Id: Ie70f23c80e8473ac9617b74967d7c84709f5b00d --- 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