diff options
author | David 'Digit' Turner <digit@google.com> | 2010-05-20 10:55:45 -0700 |
---|---|---|
committer | David 'Digit' Turner <digit@google.com> | 2010-06-09 13:12:15 -0700 |
commit | aa4b1d042927872224e4bf5d22e4db5367e389fa (patch) | |
tree | de40a80b8f9d1d2dd6a75b45901927378a1aed45 /libc/docs/CHANGES.TXT | |
parent | 6304d8b21891fd0cb7b5a4c25159a3d3b1709d62 (diff) | |
download | bionic-aa4b1d042927872224e4bf5d22e4db5367e389fa.zip bionic-aa4b1d042927872224e4bf5d22e4db5367e389fa.tar.gz bionic-aa4b1d042927872224e4bf5d22e4db5367e389fa.tar.bz2 |
Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - DO NOT MERGE
Change-Id: Iac4eb5911ffe4a7ab72b84df44e907685ac816af
Diffstat (limited to 'libc/docs/CHANGES.TXT')
-rw-r--r-- | libc/docs/CHANGES.TXT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/docs/CHANGES.TXT b/libc/docs/CHANGES.TXT index ce43f1e..256607c 100644 --- a/libc/docs/CHANGES.TXT +++ b/libc/docs/CHANGES.TXT @@ -8,6 +8,9 @@ Differences between current and Android 2.2: - <semaphore.h>: Use private futexes for semaphore implementation, unless your set 'pshared' to non-0 when calling sem_init(). +- <sys/sysinfo.h>: Added missing sysinfo() system call implementation + (the function was already declared in the header though). + ------------------------------------------------------------------------------- Differences between Android 2.2. and Android 2.1: |