summaryrefslogtreecommitdiffstats
path: root/xpcom
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 19:04:51 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:51:38 +0200
commita6d1dd183d3ffa01e8d9f51c6a08bf295e0427f2 (patch)
treecc578d324839931a560756dd9942d56e5ca50a61 /xpcom
parentda15aa0fdf5ec769a0973a00d84f9fa090de0b60 (diff)
downloadUXP-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')
-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