summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-30 16:41:18 +0200
committerAndreas Schwab <schwab@redhat.com>2009-09-30 16:41:18 +0200
commita3852ddc2fa3aa1d3b4b5821d4386be7ca07dc2f (patch)
tree310b596a7f82795b5864d6b9516a84b9e098c27a
parent90de9d3bfedd8bbacc4e27aee81d29b78a9cfbfa (diff)
Fix cancelable syscalls in librtkaio on x86-64.
-rw-r--r--rtkaio/ChangeLog5
-rw-r--r--rtkaio/sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S1
2 files changed, 6 insertions, 0 deletions
diff --git a/rtkaio/ChangeLog b/rtkaio/ChangeLog
index 2cfe6bd1c6..86a56ef1f0 100644
--- a/rtkaio/ChangeLog
+++ b/rtkaio/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-30 Andreas Schwab <schwab@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S: New
+ file.
+
2007-12-12 Jakub Jelinek <jakub@redhat.com>
* 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 0000000000..f1dc344de3
--- /dev/null
+++ b/rtkaio/sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S
@@ -0,0 +1 @@
+#include <librt-cancellation.S>