https://kotlinlang.org logo
h

Hsiao Mui

08/29/2021, 8:31 AM
Hi Everyone, I am trying work with inotify on linux ( https://man7.org/linux/man-pages/man7/inotify.7.html ) it appears that Kotlin Native (1.5.10) C interop does support the inotify header, but the helper class mapping
inotify_event
struct does not have any of it’s members. Has anyone encountered this issue before ?