David 'Digit' Turner | 2735b33 | 2009-05-26 23:54:37 +0200 | [diff] [blame] | 1 | Bionic C Library Issues: |
| 2 | ======================== |
| 3 | |
| 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. |
| 8 | |
| 9 | Currently known issues: |
| 10 | ----------------------- |
| 11 | |
| 12 | - The C library initialization will improperly run static C++ |
| 13 | constructors located in shared libraries twice. |
| 14 | |
| 15 | Android-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. |