mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 01:08:39 +09:00
Issue #1053 - Remove android support from xpcom/threads/nsThread.cpp
Forgot to save..
This commit is contained in:
parent
26403f20ac
commit
a0b7617ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue