diff options
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: |
