]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/docs/ISSUES.TXT
syslog needs a valid socket path for _PATH_LOG
[android-sdk/platform-bionic.git] / libc / docs / ISSUES.TXT
1 Bionic C Library Issues:
2 ========================
4 This document lists important known issues of various releases
5 of the Bionic C library. Note that these differ from specific
6 implementation choices that are documented in the OVERVIEW.TXT
7 document.
9 Currently known issues:
10 -----------------------
12 - The C library initialization will improperly run static C++
13   constructors located in shared libraries twice.
15 Android-1.5 issues:
16 -------------------
18 - getservbyname() returned the port number in the s_port field of
19   the 'struct servent' structure in host-byte-order, instead of
20   network-byte-order.