This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.10.90-24-2-ga3852dd


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  a3852ddc2fa3aa1d3b4b5821d4386be7ca07dc2f (commit)
      from  90de9d3bfedd8bbacc4e27aee81d29b78a9cfbfa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a3852ddc2fa3aa1d3b4b5821d4386be7ca07dc2f

commit a3852ddc2fa3aa1d3b4b5821d4386be7ca07dc2f
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed Sep 30 16:41:18 2009 +0200

    Fix cancelable syscalls in librtkaio on x86-64.

diff --git a/rtkaio/ChangeLog b/rtkaio/ChangeLog
index 2cfe6bd..86a56ef 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 0000000..f1dc344
--- /dev/null
+++ b/rtkaio/sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S
@@ -0,0 +1 @@
+#include <librt-cancellation.S>

-----------------------------------------------------------------------

Summary of changes:
 rtkaio/ChangeLog                                   |    5 +++++
 .../sysv/linux/x86_64/librtkaio-cancellation.S     |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 rtkaio/sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]