This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch glibc-2.23
in repository glibc.

commit e797f361406ff9daa14631ea49e815a9de97876e
Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
Date:   Wed Mar 16 13:42:05 2016 +0100

    hurd-i386/cvs-openat.diff: Fix __openat prototype.
---
 debian/changelog                         |  1 +
 debian/patches/hurd-i386/cvs-openat.diff | 13 +++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d4d276c..10b2e3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ glibc (2.23-0experimental1) UNRELEASED; urgency=medium
 
   [ Samuel Thibault ]
   * hurd-i386/cvs-libpthread.diff: More updates to glibc-2.23.
+  * hurd-i386/cvs-openat.diff: Fix __openat prototype.
 
  -- Aurelien Jarno <aure...@debian.org>  Mon, 14 Mar 2016 00:14:11 +0100
 
diff --git a/debian/patches/hurd-i386/cvs-openat.diff 
b/debian/patches/hurd-i386/cvs-openat.diff
new file mode 100644
index 0000000..faa31e9
--- /dev/null
+++ b/debian/patches/hurd-i386/cvs-openat.diff
@@ -0,0 +1,13 @@
+diff --git a/sysdeps/mach/hurd/openat.c b/sysdeps/mach/hurd/openat.c
+index 974ff3f..4bb6ae4 100644
+--- a/sysdeps/mach/hurd/openat.c
++++ b/sysdeps/mach/hurd/openat.c
+@@ -29,7 +29,7 @@
+    the directory associated with FD.  If O_CREAT or O_TMPFILE is in OFLAG, a
+    third argument is the file protection.  */
+ int
+-__openat (int fd, const char *file, int oflag)
++__openat (int fd, const char *file, int oflag, ...)
+ {
+   mode_t mode;
+   io_t port;
diff --git a/debian/patches/series b/debian/patches/series
index 2b8c3ac..7817fca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -131,6 +131,7 @@ hurd-i386/cvs-hidden.diff
 hurd-i386/cvs-libpthread-api.diff
 hurd-i386/cvs-libpthread-sigstate.diff
 hurd-i386/submitted-hurd-abilist.diff
+hurd-i386/cvs-openat.diff
 
 i386/local-biarch.diff
 i386/local-cmov.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git

Reply via email to