summaryrefslogtreecommitdiffstats
path: root/libc/SYSCALLS.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-07-08 16:52:27 -0700
committerDavid 'Digit' Turner <digit@google.com>2010-07-08 16:52:27 -0700
commitab8b54101eed0a4b92ebf8fa6994cd1b4f22d8f4 (patch)
tree938dc20fe75d7fcedb7c11c7c44f68aa783463e7 /libc/SYSCALLS.TXT
parentd466780c7cedb41edcf13f28ad900556c6aaa5b2 (diff)
downloadbionic-ab8b54101eed0a4b92ebf8fa6994cd1b4f22d8f4.zip
bionic-ab8b54101eed0a4b92ebf8fa6994cd1b4f22d8f4.tar.gz
bionic-ab8b54101eed0a4b92ebf8fa6994cd1b4f22d8f4.tar.bz2
libc: fix fstatfs() implementation.
The syscall expects the size of the buffer as the second argument. Change-Id: I99ede2fec7fcd385ca03ff022c2cffa4297bea8d
Diffstat (limited to 'libc/SYSCALLS.TXT')
-rw-r--r--libc/SYSCALLS.TXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT
index bf65a6f..7626c45 100644
--- a/libc/SYSCALLS.TXT
+++ b/libc/SYSCALLS.TXT
@@ -120,7 +120,7 @@ int fsync(int) 118
int fchown:fchown32(int, uid_t, gid_t) 207
void sync(void) 36
int __fcntl64:fcntl64(int, int, void *) 221
-int fstatfs:fstatfs64(int, size_t, struct statfs *) 267,269
+int __fstatfs64:fstatfs64(int, size_t, struct statfs *) 267,269
ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) 187
int fstatat:fstatat64(int dirfd, const char *path, struct stat *buf, int flags) 327,300
int mkdirat(int dirfd, const char *pathname, mode_t mode) 323,296