summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-01-09 23:32:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-09 23:32:27 +0000
commit84cbe0491857471d3e4208f0d9cc184adb43914b (patch)
treea2c1e389f5d8205bd9a3517d856efcd0569d8ff6 /README.md
parent11b3fa5432951950b3fc9aadfe56139969300cad (diff)
parent79b9830b1d8e9330a428b2053d0149b0ea78d609 (diff)
downloadbionic-84cbe0491857471d3e4208f0d9cc184adb43914b.zip
bionic-84cbe0491857471d3e4208f0d9cc184adb43914b.tar.gz
bionic-84cbe0491857471d3e4208f0d9cc184adb43914b.tar.bz2
Merge "Markdown-ify 5137db3."
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5e9587d..2c42b3b 100644
--- a/README.md
+++ b/README.md
@@ -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>