[packages/libaio] Rel 3; fix https://pagure.io/libaio/pull-request/22
arekm
arekm at pld-linux.org
Mon Mar 2 15:00:51 CET 2026
commit 32e7cc75484215c0eae884052374c8d8df1cc8b1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Mar 2 15:00:45 2026 +0100
Rel 3; fix https://pagure.io/libaio/pull-request/22
32bit.patch | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
---
diff --git a/32bit.patch b/32bit.patch
new file mode 100644
index 0000000..b466b6a
--- /dev/null
+++ b/32bit.patch
@@ -0,0 +1,31 @@
+From b8eadc9f89e8f7ab0338eacda9f98a6caea76883 Mon Sep 17 00:00:00 2001
+From: Andreas Baumann <mail at andreasbaumann.cc>
+Date: Jun 02 2022 11:33:11 +0000
+Subject: harness: use off64_t instead of off_t in test 23.t (EINVAL on 32-bit)
+
+
+---
+
+diff --git a/harness/cases/23.t b/harness/cases/23.t
+index cc5a8a1..9bbb05c 100644
+--- a/harness/cases/23.t
++++ b/harness/cases/23.t
+@@ -72,7 +72,7 @@ static void fail_errno(const char *format, ...)
+ static void *thrproc2(void *arg)
+ {
+ for (;;) {
+- off_t offset = 0;
++ off64_t offset = 0;
+
+ pthread_barrier_wait(&barrier);
+ if (exiting)
+@@ -92,7 +92,7 @@ static void *thrproc3(void *arg)
+ {
+ for (;;) {
+ char c;
+- off_t offset = 0;
++ off64_t offset = 0;
+
+ pthread_barrier_wait(&barrier);
+ if (exiting)
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libaio.git/commitdiff/32e7cc75484215c0eae884052374c8d8df1cc8b1
More information about the pld-cvs-commit
mailing list