syscall: ensure correct C prototype WASI function signature
Signed-off-by: Roman Volosatovs <roman@profian.com>
Этот коммит содержится в:
родитель
5c176f80d5
коммит
a107b4d459
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -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
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче