summaryrefslogtreecommitdiffstats
path: root/libc/docs/ISSUES.TXT
blob: b53eb16dd743d9d68ddcbebc875d0aac3f41d7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.