merge from open-source master

Change-Id: Ib7fc9c6f79f9b13e2175da137005d8968ea85eaf
This commit is contained in:
The Android Open Source Project
2010-06-03 14:39:20 -07:00
2 changed files with 56 additions and 0 deletions

View File

@@ -231,6 +231,8 @@ int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
int pthread_setname_np(pthread_t thid, const char *thname);
typedef void (*__pthread_cleanup_func_t)(void*);
typedef struct __pthread_cleanup_t {