Backed out changeset 14eb89c4134d (bug 1261392) for Android bustage.

--HG--
extra : rebase_source : 02b744b942c4d14b43435f8762a4f56a8d5b550f
This commit is contained in:
Ryan VanderMeulen 2016-04-10 16:57:26 -04:00
Родитель b10f463dc4
Коммит 139ecf837b
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -59,9 +59,9 @@
#include <vector>
#include "StackTop.h"
// We need a definition of gettid(), but Linux libc implementations don't
// provide a wrapper for it.
#if defined(__linux__)
// We need a definition of gettid(), but glibc doesn't provide a
// wrapper for it.
#if defined(__GLIBC__)
#include <unistd.h>
#include <sys/syscall.h>
static inline pid_t gettid()