Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Annotate ESP-IDF EPERM error with eventfd info
If eventfd isn't initialized, `Polling::new` will fail with an EPERM error. You need to call the "esp_vfs_eventfd_register" function to initialize the eventfd subsystem in ESP-IDF. This commit indicates to the user that this needs to happen. Signed-off-by: John Nunley <[email protected]>
- Loading branch information