Issue #1053 - Remove android support from xpcom/threads/nsThread.cpp

Forgot to save..
This commit is contained in:
Matt A. Tobin 2020-02-22 19:04:51 -05:00 committed by Roy Tam
commit a0b7617ca0

View file

@ -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