From 6dcad515e9ace05ff308d8ead76432866064dce4 Mon Sep 17 00:00:00 2001 From: illiliti Date: Tue, 1 Jun 2021 22:08:50 +0300 Subject: [PATCH] readme: add eventfd to deps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae27beb..43c4f98 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Thankfully `udev` has stable API and hopefully no changes will be made to it the * C99 compiler (build time) * POSIX make (build time) * POSIX & XSI libc -* inotify +* inotify & eventfd * Linux >= 2.6.39 ## Installation