OSDN Git Service

libc: fix fstatfs() implementation.
authorDavid 'Digit' Turner <digit@google.com>
Thu, 8 Jul 2010 23:52:27 +0000 (16:52 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Thu, 8 Jul 2010 23:52:27 +0000 (16:52 -0700)
commitab8b54101eed0a4b92ebf8fa6994cd1b4f22d8f4
tree938dc20fe75d7fcedb7c11c7c44f68aa783463e7
parentd466780c7cedb41edcf13f28ad900556c6aaa5b2
libc: fix fstatfs() implementation.

The syscall expects the size of the buffer as the second argument.

Change-Id: I99ede2fec7fcd385ca03ff022c2cffa4297bea8d
libc/Android.mk
libc/SYSCALLS.TXT
libc/arch-arm/syscalls.mk
libc/arch-arm/syscalls/__fstatfs64.S [moved from libc/arch-arm/syscalls/fstatfs.S with 81% similarity]
libc/arch-sh/syscalls.mk
libc/arch-sh/syscalls/__fstatfs64.S [moved from libc/arch-sh/syscalls/fstatfs.S with 87% similarity]
libc/arch-x86/syscalls.mk
libc/arch-x86/syscalls/__fstatfs64.S [moved from libc/arch-x86/syscalls/fstatfs.S with 87% similarity]
libc/docs/CHANGES.TXT
libc/include/sys/linux-unistd.h
libc/unistd/fstatfs.c [new file with mode: 0644]