1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:18:26 +00:00

Issue #1053 - Remove android support from XPCOM

This commit is contained in:
Matt A. Tobin
2020-02-22 19:03:00 -05:00
committed by Roy Tam
parent 68d64c0c58
commit 26403f20ac
30 changed files with 27 additions and 476 deletions
-13
View File
@@ -46,19 +46,6 @@
#include <pthread.h>
#endif
#ifdef ANDROID
#ifndef SYS_gettid
#define SYS_gettid __NR_gettid
#endif
#if defined(__arm__) && !defined(__NR_rt_tgsigqueueinfo)
// Some NDKs don't define this constant even though the kernel supports it.
#define __NR_rt_tgsigqueueinfo (__NR_SYSCALL_BASE+363)
#endif
#ifndef SYS_rt_tgsigqueueinfo
#define SYS_rt_tgsigqueueinfo __NR_rt_tgsigqueueinfo
#endif
#endif
namespace mozilla {
void