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

[glibc] 01/01: patches/hurd-i386/tg2.26-sched_param.diff: update



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

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

commit d6c905a48ef31fdf6207c6c917f3422af3680b12
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Sep 3 03:55:06 2017 +0000

    patches/hurd-i386/tg2.26-sched_param.diff: update
---
 debian/patches/hurd-i386/tg2.26-sched_param.diff | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/patches/hurd-i386/tg2.26-sched_param.diff b/debian/patches/hurd-i386/tg2.26-sched_param.diff
index 11ce0ad..916275e 100644
--- a/debian/patches/hurd-i386/tg2.26-sched_param.diff
+++ b/debian/patches/hurd-i386/tg2.26-sched_param.diff
@@ -13,12 +13,12 @@ and alike.
 Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
 
 ---
- bits/sched.h  | 16 ++++++++++++++++
+ bits/sched.h  | 18 +++++++++++++++++-
  posix/sched.h |  5 ++---
- 2 files changed, 18 insertions(+), 3 deletions(-)
+ 2 files changed, 19 insertions(+), 4 deletions(-)
 
 diff --git a/bits/sched.h b/bits/sched.h
-index 0588f3142e..e96ee3ba03 100644
+index 0588f3142e..a75e2c035b 100644
 --- a/bits/sched.h
 +++ b/bits/sched.h
 @@ -17,6 +17,8 @@
@@ -30,7 +30,12 @@ index 0588f3142e..e96ee3ba03 100644
  #ifndef _BITS_SCHED_H
  #define _BITS_SCHED_H 1
  
-@@ -36,3 +38,17 @@ struct sched_param
+@@ -32,7 +34,21 @@
+ /* Data structure to describe a process' schedulability.  */
+ struct sched_param
+ {
+-  int sched_priority;
++  int __sched_priority;
  };
  
  #endif /* bits/sched.h */

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


Reply to: