mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 23:03:06 +01:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user