diff options
author | David 'Digit' Turner <digit@google.com> | 2010-07-21 16:18:21 -0700 |
---|---|---|
committer | David 'Digit' Turner <digit@google.com> | 2010-07-23 12:16:15 -0700 |
commit | 6774809b6249d9d4efd982b6e3ca377c84482d9a (patch) | |
tree | 2604b1ff619cc69aea02ac37c39c61d9b0c8c7c2 /libc/docs/CHANGES.TXT | |
parent | 9d1f5afc34efb8c10672f765704941036fd40da8 (diff) | |
download | bionic-6774809b6249d9d4efd982b6e3ca377c84482d9a.zip bionic-6774809b6249d9d4efd982b6e3ca377c84482d9a.tar.gz bionic-6774809b6249d9d4efd982b6e3ca377c84482d9a.tar.bz2 |
linker: Support dlopen(NULL, ...) properly.
Change-Id: Icba37823cb350c34848cc466d144c3a0af87c94c
Diffstat (limited to 'libc/docs/CHANGES.TXT')
-rw-r--r-- | libc/docs/CHANGES.TXT | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/docs/CHANGES.TXT b/libc/docs/CHANGES.TXT index 96f25d3..d1d82de 100644 --- a/libc/docs/CHANGES.TXT +++ b/libc/docs/CHANGES.TXT @@ -70,6 +70,8 @@ Differences between current and Android 2.2: - <sys/vfs.h>: fixed implementation of fstatfs() (also fixes fpathconf() which uses it). +- <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: |