1Bionic C Library Issues: 2======================== 3 4This document lists important known issues of various releases 5of the Bionic C library. Note that these differ from specific 6implementation choices that are documented in the OVERVIEW.TXT 7document. 8 9Currently known issues: 10----------------------- 11 12- The C library initialization will improperly run static C++ 13 constructors located in shared libraries twice. 14 15Android-1.5 issues: 16------------------- 17 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. 21