summaryrefslogtreecommitdiff
path: root/xpcom
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 19:04:51 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-22 19:04:51 -0500
commit88a06e0291ea28026febc767f2ff136b7867a982 (patch)
tree8de31edd6da548156ef205403d4cf50e8466dc08 /xpcom
parentea37bd9ecbe5cba871317bbe091dce1814b1dac7 (diff)
downloadaura-central-88a06e0291ea28026febc767f2ff136b7867a982.tar.gz
Issue mcp-graveyard/UXP%1053 - Remove android support from xpcom/threads/nsThread.cpp
Forgot to save..
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/threads/nsThread.cpp2
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