diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 19:04:51 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:51:38 +0200 |
commit | a6d1dd183d3ffa01e8d9f51c6a08bf295e0427f2 (patch) | |
tree | cc578d324839931a560756dd9942d56e5ca50a61 /xpcom/threads/nsThread.cpp | |
parent | da15aa0fdf5ec769a0973a00d84f9fa090de0b60 (diff) | |
download | UXP-a6d1dd183d3ffa01e8d9f51c6a08bf295e0427f2.tar UXP-a6d1dd183d3ffa01e8d9f51c6a08bf295e0427f2.tar.gz UXP-a6d1dd183d3ffa01e8d9f51c6a08bf295e0427f2.tar.lz UXP-a6d1dd183d3ffa01e8d9f51c6a08bf295e0427f2.tar.xz UXP-a6d1dd183d3ffa01e8d9f51c6a08bf295e0427f2.zip |
Issue #1053 - Remove android support from xpcom/threads/nsThread.cpp
Forgot to save..
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 19464f2f0..7a1fd6052 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 |