diff options
Diffstat (limited to 'config/liburing.c')
-rw-r--r-- | config/liburing.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/liburing.c b/config/liburing.c new file mode 100644 index 0000000..456059c --- /dev/null +++ b/config/liburing.c @@ -0,0 +1,6 @@ +#include <liburing.h> + +int main(void) { + io_uring_free_probe(0); + return 0; +} |