syscall: ensure correct C prototype WASI function signature

Signed-off-by: Roman Volosatovs <roman@profian.com>
This commit is contained in:
Roman Volosatovs
2022-05-19 15:55:30 +02:00
committed by Ron Evans
parent 5c176f80d5
commit a107b4d459
+1 -1
View File
@@ -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