liburing: new package: liburing v0.6

- Add initial Makefile
- Add patch to fix inttypes.h inclusion when __kernel_timespec is unavailable

Signed-off-by: Christian Lachner <gladiac@gmail.com>
This commit is contained in:
Christian Lachner
2020-06-30 11:18:44 +02:00
parent a8a1fbfa0d
commit bded5cdbbc
2 changed files with 76 additions and 0 deletions
@@ -0,0 +1,11 @@
--- ./configure
+++ ./configure
@@ -301,6 +301,8 @@
fi
if test "$__kernel_timespec" != "yes"; then
cat >> $compat_h << EOF
+#include <inttypes.h>
+
struct __kernel_timespec {
int64_t tv_sec;
long long tv_nsec;