mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
773117bf81
They mostly duplicate the warnings we already have for amd64/386. But uncovered few very interesting local things (e.g. epoll_event is packed only on amd64, so arm/arm64 layout is wrong, but 386 is correct because int64 alignment is different). Update #590
3 lines
199 B
Plaintext
3 lines
199 B
Plaintext
compiler: unsupported syscall: inotify_init due to missing const __NR_inotify_init [arm64]
|
|
compiler: unsupported syscall: ioctl$INOTIFY_IOC_SETNEXTWD due to missing const INOTIFY_IOC_SETNEXTWD [arm]
|