From 3dcccb6f2d803fce022b787ab52cecf5cc9d9394 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Wed, 18 Jun 2003 19:58:21 +0000 Subject: deal with ia64 --- libaio.spec | 7 ++++--- src/io_getevents.c | 2 +- 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 0.3.96-1 -- optimization in io_getevents from Arjan van de Ven +* Wed Jun 18 2003 Michael K. Johnson 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 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 #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 -- cgit v1.2.1