bionic/libc
Hans Boehm 2b10e2f122 Undefine _Atomic before redefining
Stdatomic.h was potentially redefining _Atomic, in spite of a
prior definition by <atomic>.  This could cause g++ builds that
included <stdatomic.h> with an available <atomic> header to break.

A functional stdatomic.h is a prerequisite for fixing the
following bugs.  This is the middle of 3 AOSP updates to
bionics stdatomic.h that are needded to get there.

Bug:16880454
Bug:16513433

Change-Id: I562c7115118c0587d594d4d5b62d25101e47bfd8
(cherry picked from commit 3e4a0099a1)
2014-09-02 10:32:34 -07:00
..
arch-arm Fix pthread_getattr_np for the main thread. 2014-08-26 12:55:01 -07:00
arch-arm64 Fix pthread_getattr_np for the main thread. 2014-08-26 12:55:01 -07:00
arch-common/bionic Fixes for __cxa_finalize 2014-05-05 11:36:57 -07:00
arch-mips Fix pthread_getattr_np for the main thread. 2014-08-26 12:55:01 -07:00
arch-mips64 Fix pthread_getattr_np for the main thread. 2014-08-26 12:55:01 -07:00
arch-x86 Fix pthread_getattr_np for the main thread. 2014-08-26 12:55:01 -07:00
arch-x86_64 Fix pthread_getattr_np for the main thread. 2014-08-26 12:55:01 -07:00
bionic Have pthread_attr_getstack for the main thread report RLIMIT_STACK... 2014-08-27 16:50:53 -07:00
dns Revert most of "Cleanup: Delete dead code." 2014-08-06 13:38:16 -04:00
include Undefine _Atomic before redefining 2014-09-02 10:32:34 -07:00
kernel Add gen syscalls step to instructions. 2014-07-18 16:56:33 -07:00
private Fix pthread_getattr_np for the main thread. 2014-08-26 12:55:01 -07:00
stdio Fix visibility for a bunch more symbols. 2014-07-14 18:59:51 -07:00
tools Make __set_errno hidden in asm. 2014-08-08 15:37:50 -07:00
tzcode Fix the tzdata update tools. 2014-08-06 15:29:10 -07:00
upstream-dlmalloc Put all allocation functions into dispatch table. 2014-06-12 15:08:18 -07:00
upstream-freebsd Fix visibility for a bunch more symbols. 2014-07-14 18:59:51 -07:00
upstream-netbsd Implement twalk(3), add unit tests. 2014-07-24 15:14:06 -07:00
upstream-openbsd Implement twalk(3), add unit tests. 2014-07-24 15:14:06 -07:00
zoneinfo Upgrade bionic to tzdata2014f. 2014-08-06 15:26:13 -07:00
Android.mk Use the default unwind code. 2014-08-26 16:02:51 -07:00
crt.mk Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
MODULE_LICENSE_BSD
NOTICE Implement twalk(3), add unit tests. 2014-07-24 15:14:06 -07:00
SYSCALLS.TXT Revert "Replaces vfork() implementation with fork()" 2014-08-06 12:32:22 -07:00