Refresh android-L headers/libs (WW37)

Change-Id: Ibdb7bebe7a0f73e767b7c62d1f603679163e768c
This commit is contained in:
Andrew Hsieh
2014-09-12 13:49:48 -07:00
parent 65df8d683e
commit 0fd7f83fce
30 changed files with 77 additions and 18 deletions

View File

@@ -188,6 +188,8 @@ int pthread_getschedparam(pthread_t, int*, struct sched_param*) __nonnull((2, 3)
void* pthread_getspecific(pthread_key_t);
pid_t pthread_gettid_np(pthread_t);
int pthread_join(pthread_t, void**);
int pthread_key_create(pthread_key_t*, void (*)(void*)) __nonnull((1));