summaryrefslogtreecommitdiffstats
path: root/libc/docs
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-05-27 03:31:12 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-05-27 03:31:12 -0700
commit4cab53af779783c811cca6d2705c48b9d081fcda (patch)
tree1fb39cf7eb0f5a8b8c83ff0fec25c097dc2dad07 /libc/docs
parent1ff2ee440bddc84e3216de3c9965943e0b2f020a (diff)
parentcdb68bf8ce26448cfe173d86f1c074e167c3420f (diff)
downloadbionic-4cab53af779783c811cca6d2705c48b9d081fcda.zip
bionic-4cab53af779783c811cca6d2705c48b9d081fcda.tar.gz
bionic-4cab53af779783c811cca6d2705c48b9d081fcda.tar.bz2
am cdb68bf8: Merge change 2470 into donut
Merge commit 'cdb68bf8ce26448cfe173d86f1c074e167c3420f' * commit 'cdb68bf8ce26448cfe173d86f1c074e167c3420f': Fix getservent() so that it returns s_port in network byte order.
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/ISSUES.TXT20
1 files changed, 20 insertions, 0 deletions
diff --git a/libc/docs/ISSUES.TXT b/libc/docs/ISSUES.TXT
new file mode 100644
index 0000000..b53eb16
--- /dev/null
+++ b/libc/docs/ISSUES.TXT
@@ -0,0 +1,20 @@
+Bionic C Library Issues:
+========================
+
+This document lists important known issues of various releases
+of the Bionic C library. Note that these differ from specific
+implementation choices that are documented in the OVERVIEW.TXT
+document.
+
+Currently known issues:
+-----------------------
+
+- The C library initialization will improperly run static C++
+ constructors located in shared libraries twice.
+
+Android-1.5 issues:
+-------------------
+
+- getservbyname() returned the port number in the s_port field of
+ the 'struct servent' structure in host-byte-order, instead of
+ network-byte-order.