Skip to content

Commit 979fab7

Browse files
committed
Update after 3204382
1 parent 2fd1453 commit 979fab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/lib/wasmfs/syscalls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ int __syscall_recvmsg(
17261726
return -ENOSYS;
17271727
}
17281728

1729-
int __syscall_fadvise64(int fd, uint64_t offset, uint64_t length, int advice) {
1729+
int __syscall_fadvise64(int fd, off_t offset, off_t length, int advice) {
17301730
// Advice is currently ignored. TODO some backends might use it
17311731
return 0;
17321732
}

0 commit comments

Comments
 (0)