am 719b8423
: Merge "Remove ARCH_X86."
* commit '719b8423102e469b5a537321f02011415b376dbe': Remove ARCH_X86.
This commit is contained in:
commit
c5f5daffb5
1 changed files with 0 additions and 8 deletions
|
@ -33,14 +33,6 @@
|
||||||
#include "gralloc_priv.h"
|
#include "gralloc_priv.h"
|
||||||
|
|
||||||
|
|
||||||
/* desktop Linux needs a little help with gettid() */
|
|
||||||
#if defined(ARCH_X86) && !defined(HAVE_ANDROID_OS)
|
|
||||||
#define __KERNEL__
|
|
||||||
# include <linux/unistd.h>
|
|
||||||
pid_t gettid() { return syscall(__NR_gettid);}
|
|
||||||
#undef __KERNEL__
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
static int gralloc_map(gralloc_module_t const* /*module*/,
|
static int gralloc_map(gralloc_module_t const* /*module*/,
|
||||||
|
|
Loading…
Reference in a new issue