Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/syscall/syscall_libc_wasi.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func Getpagesize() int {
//export stat
func libc_stat(pathname *byte, ptr unsafe.Pointer) int32

// int fstat(fd int, struct stat * buf);
// int fstat(int fd, struct stat * buf);
//
//export fstat
func libc_fstat(fd int32, ptr unsafe.Pointer) int32
Expand Down