libc: fix fstatfs() implementation.

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

Change-Id: I99ede2fec7fcd385ca03ff022c2cffa4297bea8d
This commit is contained in:
David 'Digit' Turner
2010-07-08 16:52:27 -07:00
parent d466780c7c
commit ab8b54101e
11 changed files with 52 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ libc_common_src_files := \
unistd/exec.c \
unistd/fcntl.c \
unistd/fnmatch.c \
unistd/fstatfs.c \
unistd/ftime.c \
unistd/ftok.c \
unistd/getcwd.c \