am 84cbe049: Merge "Markdown-ify 5137db3."

* commit '84cbe0491857471d3e4208f0d9cc184adb43914b':
  Markdown-ify 5137db3.
This commit is contained in:
Dan Albert 2015-01-09 23:37:06 +00:00 committed by Android Git Automerger
commit bbd668f9be

View File

@ -264,12 +264,12 @@ LP32 ABI bugs
This probably belongs in the NDK documentation rather than here, but these
are the known ABI bugs in LP32:
* time_t is 32-bit. http://b/5819737
* `time_t` is 32-bit. <http://b/5819737>
* off_t is 32-bit. There is off64_t, but no _FILE_OFFSET_BITS support.
Many of the off64_t functions are missing in older releases, and
* `off_t` is 32-bit. There is `off64_t`, but no `_FILE_OFFSET_BITS` support.
Many of the `off64_t` functions are missing in older releases, and
stdio uses 32-bit offsets, so there's no way to fully implement
_FILE_OFFSET_BITS.
`_FILE_OFFSET_BITS`.
* sigset_t is too small on ARM and x86 (but correct on MIPS), so support
for real-time signals is broken. http://b/5828899
* `sigset_t` is too small on ARM and x86 (but correct on MIPS), so support
for real-time signals is broken. <http://b/5828899>