diff options
author | davidovski <david@davidovski.xyz> | 2022-05-18 23:40:38 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-18 23:40:38 +0100 |
commit | 0b977787374349328a21af0deade30d534cf3978 (patch) | |
tree | 3c2be28ef9a6f74a36f21cd48a34cb06b3080960 /repo/system/libaio/gnudesignator.patch | |
parent | dccab9b94dcfc5e040647210ba22b9cc4bddc742 (diff) |
fixed gcc loader/linker errors
Diffstat (limited to 'repo/system/libaio/gnudesignator.patch')
-rw-r--r-- | repo/system/libaio/gnudesignator.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/repo/system/libaio/gnudesignator.patch b/repo/system/libaio/gnudesignator.patch new file mode 100644 index 0000000..f62c407 --- /dev/null +++ b/repo/system/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" |