summaryrefslogtreecommitdiff
path: root/src/io_cancel.c
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>2003-05-20 15:54:50 +0000
committerMichael K. Johnson <johnsonm@redhat.com>2003-05-20 15:54:50 +0000
commit83a9f8f17a73e86dbd7588a6cd9af194b9368fd3 (patch)
tree3f8a97286e05a1bdb9f28b63bc3779802ba95e39 /src/io_cancel.c
parent27b51b1f9ca70f433d91addc7effc10cd6123d33 (diff)
downloadlibaio-83a9f8f17a73e86dbd7588a6cd9af194b9368fd3.tar.gz
symbol versioning patch from Ulrich
Diffstat (limited to 'src/io_cancel.c')
-rw-r--r--src/io_cancel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io_cancel.c b/src/io_cancel.c
index 108a264..2f0f5f4 100644
--- a/src/io_cancel.c
+++ b/src/io_cancel.c
@@ -19,5 +19,5 @@
#include <libaio.h>
#include "syscall.h"
-io_syscall3(int, io_cancel, io_context_t, ctx, struct iocb *, iocb, struct io_event *, event)
-
+io_syscall3(int, io_cancel_0_4, io_cancel, io_context_t, ctx, struct iocb *, iocb, struct io_event *, event)
+DEFSYMVER(io_cancel_0_4, io_cancel, 0.4)