summaryrefslogtreecommitdiffstats
path: root/ABI-bugs.txt
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2015-01-07 14:14:34 -0800
committerDmitriy Ivanov <dimitry@google.com>2015-01-07 14:14:34 -0800
commit1b8f467c0266394e7470f063f32390358f3391b1 (patch)
treec3607e306397c09b30565716fe11ed0bcf131c82 /ABI-bugs.txt
parentd3de1ddef1427708581af4df02943486783f980d (diff)
downloadbionic-1b8f467c0266394e7470f063f32390358f3391b1.zip
bionic-1b8f467c0266394e7470f063f32390358f3391b1.tar.gz
bionic-1b8f467c0266394e7470f063f32390358f3391b1.tar.bz2
Remove outdated list of abi bugs
Change-Id: I275093a7a66b53ec25317e02c4bff46c2facc030
Diffstat (limited to 'ABI-bugs.txt')
-rw-r--r--ABI-bugs.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/ABI-bugs.txt b/ABI-bugs.txt
deleted file mode 100644
index 51da9f0..0000000
--- a/ABI-bugs.txt
+++ /dev/null
@@ -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