syscall: ensure correct C prototype WASI function signature

Signed-off-by: Roman Volosatovs <roman@profian.com>
Этот коммит содержится в:
Roman Volosatovs 2022-05-19 15:55:30 +02:00 коммит произвёл Ron Evans
родитель 5c176f80d5
коммит a107b4d459

Просмотреть файл

@ -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