[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 02/02: hurd-i386/cvs-aio_sigqueue.diff: Fix aio_sigqueue prototype.



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 b50873cc75587143fdf32f3c29639a1db7ee082d
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Mar 16 13:55:18 2016 +0100

    hurd-i386/cvs-aio_sigqueue.diff: Fix aio_sigqueue prototype.
---
 debian/changelog                               |  1 +
 debian/patches/hurd-i386/cvs-aio_sigqueue.diff | 12 ++++++++++++
 debian/patches/series                          |  1 +
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f686720..399902e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ glibc (2.23-0experimental1) UNRELEASED; urgency=medium
   * hurd-i386/cvs-libpthread.diff: More updates to glibc-2.23.
   * hurd-i386/cvs-openat.diff: Fix __openat prototype.
   * hurd-i386/cvs-gai_sigqueue.diff: Fix gai_sigqueue prototype.
+  * hurd-i386/cvs-aio_sigqueue.diff: Fix aio_sigqueue prototype.
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 14 Mar 2016 00:14:11 +0100
 
diff --git a/debian/patches/hurd-i386/cvs-aio_sigqueue.diff b/debian/patches/hurd-i386/cvs-aio_sigqueue.diff
new file mode 100644
index 0000000..0816fd6
--- /dev/null
+++ b/debian/patches/hurd-i386/cvs-aio_sigqueue.diff
@@ -0,0 +1,12 @@
+diff --git a/rt/aio_sigqueue.c b/rt/aio_sigqueue.c
+index 0297eca..33bb61b 100644
+--- a/rt/aio_sigqueue.c
++++ b/rt/aio_sigqueue.c
+@@ -22,6 +22,7 @@
+ #include <aio_misc.h>
+ 
+ int
++attribute_hidden internal_function
+ __aio_sigqueue (int sig, const union sigval val, pid_t caller_pid)
+ {
+   __set_errno (ENOSYS);
diff --git a/debian/patches/series b/debian/patches/series
index c29a69c..b0b53d9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -133,6 +133,7 @@ hurd-i386/cvs-libpthread-sigstate.diff
 hurd-i386/submitted-hurd-abilist.diff
 hurd-i386/cvs-openat.diff
 hurd-i386/cvs-gai_sigqueue.diff
+hurd-i386/cvs-aio_sigqueue.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 to: