From: Andreas Schwab Date: Wed, 30 Sep 2009 14:41:18 +0000 (+0200) Subject: Fix cancelable syscalls in librtkaio on x86-64. X-Git-Tag: fedora/glibc-2.10.90-25~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3852ddc2fa3aa1d3b4b5821d4386be7ca07dc2f;p=thirdparty%2Fglibc.git Fix cancelable syscalls in librtkaio on x86-64. --- diff --git a/rtkaio/ChangeLog b/rtkaio/ChangeLog index 2cfe6bd1c67..86a56ef1f0d 100644 --- a/rtkaio/ChangeLog +++ b/rtkaio/ChangeLog @@ -1,3 +1,8 @@ +2009-09-30 Andreas Schwab + + * sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S: New + file. + 2007-12-12 Jakub Jelinek * sysdeps/unix/sysv/linux/kaio_read.c (aio_read64): Define to diff --git a/rtkaio/sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S b/rtkaio/sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S new file mode 100644 index 00000000000..f1dc344de35 --- /dev/null +++ b/rtkaio/sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S @@ -0,0 +1 @@ +#include