diff options
Diffstat (limited to 'build/with/liburing.c')
-rw-r--r-- | build/with/liburing.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/with/liburing.c b/build/with/liburing.c new file mode 100644 index 0000000..bea499a --- /dev/null +++ b/build/with/liburing.c @@ -0,0 +1,9 @@ +// Copyright © Tavian Barnes <tavianator@tavianator.com> +// SPDX-License-Identifier: 0BSD + +#include <liburing.h> + +int main(void) { + io_uring_free_probe(0); + return 0; +} |