Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 148 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 148 Bytes

eventfd_examples

Linux eventfd explained

build examples

mkdir build
cd build
export CC=/usr/bin/clang # if using clang
cmake ..
make