Hopefully fix the build.

Change-Id: Id8cd92c0895c9939e1386ef488bd1309a3be3568
This commit is contained in:
Dianne Hackborn 2010-09-07 12:32:19 -07:00 committed by Alex Ray
parent 16d217efbb
commit 193c18ca8a
1 changed files with 2 additions and 0 deletions

View File

@ -281,6 +281,7 @@ pid_t androidGetTid()
#endif
}
#if defined(HAVE_PTHREADS)
static pthread_once_t gDoSchedulingGroupOnce = PTHREAD_ONCE_INIT;
static bool gDoSchedulingGroup = true;
@ -294,6 +295,7 @@ static void checkDoSchedulingGroup(void) {
}
}
}
#endif
int androidSetThreadSchedulingGroup(pid_t tid, int grp)
{