summaryrefslogtreecommitdiffstats
path: root/libc/upstream-netbsd/android
Commit message (Collapse)AuthorAgeFilesLines
* resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev.Christopher Ferris2015-10-211-0/+3
|\ | | | | | | Change-Id: I56c1bb2adb4b6a48733c928415e788e689b4944e
| * Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-191-0/+3
| | | | | | | | | | | | | | Bug: http://b/22850181 Change-Id: I11a51a2031e68a953ccd5691da98c699c7d01904 (cherry-picked from commit 71927a82379f7a72559ea96e6678d6215090937f)
| * Fix visibility for a bunch more symbols.Elliott Hughes2014-07-141-0/+3
| | | | | | | | | | | | | | | | | | Bug: 11156955 Bug: 15291317 (cherry picked from commit a167eef5482d4a89d4277ec74f57adbe38052813) Change-Id: Ib038ad34ef59631f7b4ed6dff2b7956001b8b159
* | Remove bogus transitive includes.Elliott Hughes2014-12-291-0/+1
| | | | | | | | | | | | | | <signal.h> shouldn't get you the contents of <errno.h>, and <fcntl.h> shouldn't get you the contents of <unistd.h>. Change-Id: I347499cd8671bfee98e6b8e875a97cab3a3655d3
* | Ignore all __weak_alias in OpenBSD libC.Chih-Hung Hsieh2014-08-281-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix _BSD_SOURCE/__USE_BSD.Elliott Hughes2014-08-191-3/+3
| | | | | | | | | | Bug: 14659579 Change-Id: I80ec9584f054c02d1078828f6bca759c42bc1d4c
* | Fix visibility for a bunch more symbols.Elliott Hughes2014-07-141-0/+3
|/ | | | | | Bug: 11156955 Bug: 15291317 Change-Id: I664f25cce7c17085a101d6593d8e01525a1f6a90
* Remove SHA1 from LP64 in favor of libcrypto.Dan Albert2014-06-161-0/+31
| | | | | | | Keep the symbols around on LP32 for binary compatibility. Bug: 11156955 Change-Id: I379a7e0fa3092e9a70daeafcbcb2aacfc314031a
* Hide rand48 implementation details.Elliott Hughes2014-06-091-4/+4
| | | | | Bug: 11156955 Change-Id: I130272286989487dc22e246fb4ffbee5230225c4
* Clean up and document our hacks for building BSD source.Elliott Hughes2014-04-219-0/+231
Change-Id: Ic591e22fa5b363bb68376b9f25814c0e5bd83fbf