hannobraun / inotify-rs

Idiomatic inotify wrapper for the Rust programming language
ISC License
254 stars 64 forks source link

Change to `inotify_init1` #200

Closed talklittle closed 2 years ago

talklittle commented 2 years ago

inotify_init1 is available from glibc 2.9. Rust 1.47 raised minimum glibc from 2.5 to 2.11. inotify-rs current MSRV is 1.49.

This reverts commit 193599be3b1abab4e7d5ea712cae329c4c32d6d9.

Fixes #151