aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/pthread.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-01-28 21:16:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-28 21:16:05 +0000
commit9e82c4be359a4637f21988b66b6d25abbfb79ddb (patch)
tree83c6b07b6495275d35cb05478401591592684fed /libc/include/pthread.h
parent3780aba6352affc7d2dcdad0737cb4254448fcae (diff)
parent80e6d6d825df4616808b22b5639114566c27af0e (diff)
downloadandroid_bionic-9e82c4be359a4637f21988b66b6d25abbfb79ddb.tar.gz
android_bionic-9e82c4be359a4637f21988b66b6d25abbfb79ddb.tar.bz2
android_bionic-9e82c4be359a4637f21988b66b6d25abbfb79ddb.zip
Merge "Switch pthread_once_t to stdatomic.h."
Diffstat (limited to 'libc/include/pthread.h')
-rw-r--r--libc/include/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/pthread.h b/libc/include/pthread.h
index 21787894d..42811329e 100644
--- a/libc/include/pthread.h
+++ b/libc/include/pthread.h
@@ -112,7 +112,7 @@ typedef struct {
typedef int pthread_key_t;
-typedef volatile int pthread_once_t;
+typedef int pthread_once_t;
#define PTHREAD_ONCE_INIT 0