OSDN Git Service

resolved conflicts for merge of 6774809b to gingerbread-plus-aosp
authorDavid 'Digit' Turner <digit@google.com>
Mon, 26 Jul 2010 19:18:37 +0000 (12:18 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Mon, 26 Jul 2010 19:18:37 +0000 (12:18 -0700)
Change-Id: I633c3067c874c215da0c6ede00af41d8e3587d8b

1  2 
libc/docs/CHANGES.TXT

@@@ -70,8 -70,8 +70,10 @@@ Differences between current and Androi
  - <sys/vfs.h>: fixed implementation of fstatfs() (also fixes fpathconf()
    which uses it).
  
 +- Added an implementation of pthread_atfork()
 +
+ - <dlfcn.h>: fixed dlopen() implementation to support dlopen(NULL, ...).
+   This allows one to look at the dynamic symbols exported by an executable.
  
  -------------------------------------------------------------------------------
  Differences between Android 2.2. and Android 2.1: