| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Our fopen/freopen/tmpfile are already always O_LARGEFILE, but let's add
the aliases for _LARGEFILE_SOURCE compatibility.
Bug: http://b/24807045
Change-Id: I5d99b3ef3c9f27ce70f13313f6a92e96c7f21f80
|
|
|
|
| |
Change-Id: I6266b2e6cbea3c014b4ea30a7100186965e40cf1
|
|
|
|
|
|
|
|
| |
ndk_missing_symbols.py pulls libc.so and libm.so off a running device
or emulator and shows the list of symbols that are in the current
bionic that aren't available on the target.
Change-Id: Ia92c315a6a0ce2e5c33db0b62c8fab41c08a4c31
|
|
|
|
|
|
|
|
|
| |
If something's in POSIX, we don't need to show it in the glibc list.
If something's not implemented by glibc, we don't need to show it in the
POSIX list (because it's probably either a macro or obsolete).
Change-Id: Ied0f8d97d3fffb280c22e9cdf6782430d776c02f
|
|
|
|
| |
Change-Id: Ic51787890f837f74a22ca63d64a5710474d00cbc
|
|
|
|
| |
Change-Id: I3836b14a797c4a8d121c6d29d95791ac768257da
|
|
|
|
|
| |
Bug: 17062445
Change-Id: I027b186719654c2865b08c3fa83f90fa00c1e838
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also scan NDK's unwanted symbols list (to show the things that we're
exporting but the NDK isn't. Symbols hidden in the NDK will be marked
with a *.
Add a -u (--unwanted) flag to disable the first two printed groups
(all symbols in bionic, all symbols in glibc). This is helpful when
wanting to grep in the list of unwanted symbols.
Finally, update the list of known differences between us and glibc.
Change-Id: I6fdb4126823098430454763c391bd8cd369a75bb
|
|
|
|
|
|
|
| |
Despite the name, most of resolv_private.h is actually in glibc; it's just
that there it's tucked away in libresolv whereas we have it in libc.
Change-Id: Ibcf6603f1141ffd2661cee0bffa83052d4f9e549
|
|
|
|
| |
Change-Id: Ie2e767910d7cc8a78c05e29960cf4ab52a59fe9d
|
|
|
|
|
| |
Bug: 11156955
Change-Id: I07489ec63536121dbfc372170ef5cf60a5c58948
|
|
|
|
|
| |
Bug: 11156955
Change-Id: Iee0bae6f9742eca188abc7a337371c50888a0ad6
|
|
Bug: 11156955
Change-Id: I9772f054f6a92b842531df084dee0ea9c28806be
|