summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>