diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 19:04:51 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 19:04:51 -0500 |
commit | c895d35a7aa1979978cc9c019b464bb57caa6e82 (patch) | |
tree | 8de31edd6da548156ef205403d4cf50e8466dc08 | |
parent | 69ed4e4b4ee94b69f55e2e0d405aff109e3d145c (diff) | |
download | uxp-c895d35a7aa1979978cc9c019b464bb57caa6e82.tar.gz |
Issue #1053 - Remove android support from xpcom/threads/nsThread.cpp
Forgot to save..
-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 |