commit | 80e6d6d825df4616808b22b5639114566c27af0e | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Jan 23 18:21:46 2015 -0800 |
committer | Yabin Cui <yabinc@google.com> | Tue Jan 27 19:49:12 2015 -0800 |
tree | 7cdb81c44f8eb5f5ffbd35f5e73f2c1198b3a8a0 | |
parent | 385c07a74ca5438a6f7fe0ada2b461f880563073 [diff] [blame] |
Switch pthread_once_t to stdatomic.h. Bug: 17574610 Change-Id: I653f2aa4b5b38dbdaffe4a6c3deccfe6ad3b0e74
diff --git a/libc/include/pthread.h b/libc/include/pthread.h index 2178789..4281132 100644 --- a/libc/include/pthread.h +++ b/libc/include/pthread.h
@@ -112,7 +112,7 @@ typedef int pthread_key_t; -typedef volatile int pthread_once_t; +typedef int pthread_once_t; #define PTHREAD_ONCE_INIT 0