summaryrefslogtreecommitdiff
path: root/repo/libaio/gnudesignator.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
commit48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch)
tree00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/libaio/gnudesignator.patch
parent871b2b573f01c1b3176a0f65458b3d281b41c437 (diff)
removed idea of repos
Diffstat (limited to 'repo/libaio/gnudesignator.patch')
-rw-r--r--repo/libaio/gnudesignator.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/repo/libaio/gnudesignator.patch b/repo/libaio/gnudesignator.patch
new file mode 100644
index 0000000..f62c407
--- /dev/null
+++ b/repo/libaio/gnudesignator.patch
@@ -0,0 +1,24 @@
+--- /dev/null 2022-05-16 19:50:41.952900736 +0100
++++ build/gnudesignator.patch 2022-05-16 19:52:21.655900238 +0100
+@@ -0,0 +1,11 @@
++--- build-old/harness/cases/13.t 2022-05-16 19:50:41.952900736 +0100
+++++ build/harness/cases/13.t 2022-05-16 19:49:43.896896077 +0100
++@@ -35,7 +35,7 @@
++ status |= attempt_io_submit(io_ctx, IOS, iocb_list, IOS);
++
++ for (i=0; i<IOS; i++) {
++- struct timespec ts = { tv_sec: 30, tv_nsec: 0 };
+++ struct timespec ts = { tv_sec = 30, tv_nsec = 0 };
++ struct io_event event;
++ struct iocb *iocb;
++
+--- build-old/harness/cases/13.t 2022-05-16 19:50:41.952900736 +0100
++++ build/harness/cases/13.t 2022-05-16 19:52:21.655900238 +0100
+@@ -38 +38 @@
+- struct timespec ts = { tv_sec: 30, tv_nsec: 0 };
++ struct timespec ts = { .tv_sec = 30, .tv_nsec = 0 };
+--- build-old/libaio.xibuild 2022-05-16 19:50:41.952900736 +0100
++++ build/libaio.xibuild 2022-05-16 19:52:21.655900238 +0100
+@@ -11 +11 @@
+-ADDITIONAL="test.patch test-poll.patch libaio-optional-werror.patch libaio-errno.patch libaio-cppflags.patch "
++ADDITIONAL="test.patch test-poll.patch libaio-optional-werror.patch libaio-errno.patch libaio-cppflags.patch gnudesignator.patch"