Go to file
Dan Albert 6b3beb23d6 Fixes stdatomic.h test to match C11 spec
C11 defines the expected value to atomic_compare_exchange_* as being non-atomic
types. Using an atomic type is a syntax error in clang.

http://en.cppreference.com/w/c/atomic/atomic_compare_exchange

Change-Id: I74de1061fa1fc50d835451792d902000f368200e
2014-05-28 16:53:08 -07:00
benchmarks Switch to g_ for globals. 2014-05-14 10:02:03 -07:00
libc Merge "Updated ambiguous comment in pthread_mutex_lock." 2014-05-28 22:00:50 +00:00
libdl Add android_dlopen_ext() interface to linker. 2014-04-17 13:50:55 +01:00
libm Use -fvisibility=hidden to build libm. 2014-05-19 16:58:52 -07:00
libstdc++ Move libstdc++ into libc. 2014-05-14 18:18:55 -07:00
linker Merge "Do not add arcs to the soinfo graph on dlopen" 2014-05-23 02:19:10 +00:00
tests Fixes stdatomic.h test to match C11 spec 2014-05-28 16:53:08 -07:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
ABI-bugs.txt PTHREAD_KEYS_MAX cleanup. 2013-12-12 12:51:08 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:41 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:02 -08:00
HACKING.txt Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00