commit | ab8b54101eed0a4b92ebf8fa6994cd1b4f22d8f4 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Thu Jul 08 16:52:27 2010 -0700 |
committer | David 'Digit' Turner <digit@google.com> | Thu Jul 08 16:52:27 2010 -0700 |
tree | 938dc20fe75d7fcedb7c11c7c44f68aa783463e7 | |
parent | d466780c7cedb41edcf13f28ad900556c6aaa5b2 [diff] [blame] |
libc: fix fstatfs() implementation. The syscall expects the size of the buffer as the second argument. Change-Id: I99ede2fec7fcd385ca03ff022c2cffa4297bea8d
diff --git a/libc/Android.mk b/libc/Android.mk index 80c8cc7..6b9a904 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -14,6 +14,7 @@ unistd/exec.c \ unistd/fcntl.c \ unistd/fnmatch.c \ + unistd/fstatfs.c \ unistd/ftime.c \ unistd/ftok.c \ unistd/getcwd.c \