summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>2003-06-18 19:58:21 +0000
committerMichael K. Johnson <johnsonm@redhat.com>2003-06-18 19:58:21 +0000
commit3dcccb6f2d803fce022b787ab52cecf5cc9d9394 (patch)
tree3c3ee8febcc46fcea2226117a746a8e14c83768b
parentd37124e5630d22ab30b765c2a2a2fe3f231e2395 (diff)
downloadlibaio-3dcccb6f2d803fce022b787ab52cecf5cc9d9394.tar.gz
deal with ia64
-rw-r--r--libaio.spec7
-rw-r--r--src/io_getevents.c2
2 files changed, 5 insertions, 4 deletions
diff --git a/libaio.spec b/libaio.spec
index 6b29e93..91a2cba 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,6 +1,6 @@
Name: libaio
Version: 0.3.96
-Release: 1
+Release: 2
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
Group: System Environment/Libraries
@@ -56,8 +56,9 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT
%attr(0644,root,root) /usr/lib/libaio.a
%changelog
-* Wed Jun 18 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.96-1
-- optimization in io_getevents from Arjan van de Ven
+* Wed Jun 18 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.96-2
+- optimization in io_getevents from Arjan van de Ven in 0.3.96-1
+- deal with ia64 in 0.3.96-2
* Wed May 28 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.95-1
- ppc bugfix from Julie DeWandel
diff --git a/src/io_getevents.c b/src/io_getevents.c
index 5b5ec1f..5a05174 100644
--- a/src/io_getevents.c
+++ b/src/io_getevents.c
@@ -22,7 +22,7 @@
#include <time.h>
#include "syscall.h"
-io_syscall5(static int, __io_getevents_0_4, io_getevents, io_context_t, ctx, long, min_nr, long, nr, struct io_event *, events, struct timespec *, timeout)
+io_syscall5(int, __io_getevents_0_4, io_getevents, io_context_t, ctx, long, min_nr, long, nr, struct io_event *, events, struct timespec *, timeout)
#define AIO_RING_MAGIC 0xa10a10a1