From 83a9f8f17a73e86dbd7588a6cd9af194b9368fd3 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Tue, 20 May 2003 15:54:50 +0000 Subject: symbol versioning patch from Ulrich --- src/io_cancel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io_cancel.c') 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 #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) -- cgit v1.2.1