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

[glibc] 01/01: patches/hurd-i386/cvs-libpthread.diff: Update



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

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

commit 71390cffc121bc4f4cfd427b6ecfa03f6da214fb
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Aug 27 22:19:27 2017 +0000

    patches/hurd-i386/cvs-libpthread.diff: Update
    
    fixes rt/tst-aio and rt/tst-aio64 sync ordering
---
 debian/changelog                             |  2 ++
 debian/patches/hurd-i386/cvs-libpthread.diff | 11 ++++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0605ff4..e15af65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ glibc (2.25-0experimental4) UNRELEASED; urgency=medium
   * patches/hurd-i386/git-bits-sysmacros.h.diff: New patch.
   * patches/hurd-i386/git-stack_chk_fail_local.diff: New patch.
   * patches/hurd-i386/git-stack-protect-static.diff: New patch.
+  * patches/hurd-i386/cvs-libpthread.diff: Update, fixes rt/tst-aio and
+    rt/tst-aio64 sync ordering.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 27 Aug 2017 01:51:15 +0200
 
diff --git a/debian/patches/hurd-i386/cvs-libpthread.diff b/debian/patches/hurd-i386/cvs-libpthread.diff
index fca8ec3..a7fd079 100644
--- a/debian/patches/hurd-i386/cvs-libpthread.diff
+++ b/debian/patches/hurd-i386/cvs-libpthread.diff
@@ -1,7 +1,7 @@
-git diff empty --patch-with-stat --src-prefix=glibc/libpthread/ --dst-prefix=glibc/libpthread/ de1a908af2944e6601fb14f88933abebd02649e1
+git diff empty --patch-with-stat --src-prefix=glibc/libpthread/ --dst-prefix=glibc/libpthread/ 1f065f9ad49b78b40d29af92820225b328319fc6
 from git.savannah.gnu.org:/srv/git/hurd/libpthread.git/
 thus by construction only libpthread/ files, thus hurd-only
-Date:   Thu Aug 3 11:52:22 2017 +0200
+Date:   Mon Aug 28 00:14:36 2017 +0200
 
  ChangeLog                                     |   6 +
  Makeconfig                                    |  13 +
@@ -6499,7 +6499,7 @@ new file mode 100644
 index 0000000..00974cf
 --- /dev/null
 +++ glibc/libpthread/sysdeps/generic/pt-getschedparam.c
-@@ -0,0 +1,31 @@
+@@ -0,0 +1,32 @@
 +/* Get the scheduling parameters for a thread.  Generic version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -6526,11 +6526,12 @@ index 0000000..00974cf
 +__pthread_getschedparam (pthread_t thread, int *policy,
 +		       struct sched_param *param)
 +{
-+  return ENOSYS;
++  *policy = SCHED_OTHER;
++  param->__sched_priority = 0;
++  return 0;
 +}
 +
 +strong_alias (__pthread_getschedparam, pthread_getschedparam);
-+stub_warning (pthread_getschedparam)
 diff --git glibc/libpthread/sysdeps/generic/pt-getspecific.c glibc/libpthread/sysdeps/generic/pt-getspecific.c
 new file mode 100644
 index 0000000..2a7c4a9

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


Reply to: