diff options
Diffstat (limited to 'xpcom/threads/nsThread.cpp')
-rw-r--r-- | xpcom/threads/nsThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/threads/nsThread.cpp b/xpcom/threads/nsThread.cpp index 19464f2f08..7a1fd6052b 100644 --- a/xpcom/threads/nsThread.cpp +++ b/xpcom/threads/nsThread.cpp @@ -49,7 +49,7 @@ _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED) && \ !(_POSIX_C_SOURCE >= 200809L || _XOPEN_SOURCE >= 700) -#if defined(XP_LINUX) && !defined(ANDROID) && defined(_GNU_SOURCE) +#if defined(XP_LINUX) && defined(_GNU_SOURCE) #define HAVE_SCHED_SETAFFINITY #endif |