am da8b89a1: am edf87617: Merge "Remove outdated list of abi bugs"

* commit 'da8b89a1f0d8195a65c7352028a12c4d219658fe':
  Remove outdated list of abi bugs
This commit is contained in:
Dmitriy Ivanov 2015-01-09 18:41:52 +00:00 committed by Android Git Automerger
commit 9ab5808b60

View File

@ -1,12 +0,0 @@
KNOWN ABI BUGS
--------------
time_t is 32-bit. http://b/5819737
off_t is 32-bit. There is off64_t, but no _FILE_OFFSET_BITS support.
sigset_t is too small on ARM and x86 (but correct on MIPS), so support
for real-time signals is broken. http://b/5828899
atexit(3) handlers registered by a shared library aren't called on
dlclose(3); this only affects ARM. http://b/4998315