bionic/libc/upstream-netbsd/android/include
Chih-Hung Hsieh b6b5cb5389 Ignore all __weak_alias in OpenBSD libC.
GCC assembler allows xyz to be redeclared as weak,
by __weak_alias(xyz, _xyz), while _xyz is undefined.
Clang does not like that but silently generates no code.
It will reject its own .s file if the assembly code is saved first.
Since we have no reason to define xyz or _xyz as weak symbol now,
and _xyz is a macro to xyz, we simplify libC to have only
xyz defined as global.

BUG: 17186746
Change-Id: I24b154425838683cae69248cc750c59e26fd5467
2014-08-28 15:10:01 -07:00
..
sys Remove SHA1 from LP64 in favor of libcrypto. 2014-06-16 16:52:27 -07:00
env.h Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00
extern.h Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00
fd_setsize.h Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00
namespace.h Ignore all __weak_alias in OpenBSD libC. 2014-08-28 15:10:01 -07:00
netbsd-compat.h Fix _BSD_SOURCE/__USE_BSD. 2014-08-19 09:18:03 -07:00
port_after.h Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00
port_before.h Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00
rand48.h Hide rand48 implementation details. 2014-06-09 18:10:20 -07:00
reentrant.h Clean up and document our hacks for building BSD source. 2014-04-21 17:13:46 -07:00