Accepting request 79155 from home:a_jaeger:glibc214
Update to glibc 2.14 OBS-URL: https://build.opensuse.org/request/show/79155 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=88
This commit is contained in:
committed by
Git OBS Bridge
parent
278d27159a
commit
f9d5ef4791
@@ -2,20 +2,20 @@ Index: bits/sched.h
|
||||
===================================================================
|
||||
--- bits/sched.h.orig
|
||||
+++ bits/sched.h
|
||||
@@ -38,7 +38,7 @@ struct sched_param
|
||||
#if defined _SCHED_H && !defined __cpu_set_t_defined
|
||||
# define __cpu_set_t_defined
|
||||
/* Size definition for CPU sets. */
|
||||
-# define __CPU_SETSIZE 1024
|
||||
+# define __CPU_SETSIZE 4096
|
||||
# define __NCPUBITS (8 * sizeof (__cpu_mask))
|
||||
|
||||
/* Type for array elements in 'cpu_set'. */
|
||||
Index: sysdeps/unix/sysv/linux/bits/sched.h
|
||||
===================================================================
|
||||
--- sysdeps/unix/sysv/linux/bits/sched.h.orig
|
||||
+++ sysdeps/unix/sysv/linux/bits/sched.h
|
||||
@@ -106,7 +106,7 @@ struct __sched_param
|
||||
@@ -54,7 +54,7 @@ struct __sched_param
|
||||
#if defined _SCHED_H && !defined __cpu_set_t_defined
|
||||
# define __cpu_set_t_defined
|
||||
/* Size definition for CPU sets. */
|
||||
-# define __CPU_SETSIZE 1024
|
||||
+# define __CPU_SETSIZE 4096
|
||||
# define __NCPUBITS (8 * sizeof (__cpu_mask))
|
||||
|
||||
/* Type for array elements in 'cpu_set_t'. */
|
||||
Index: sysdeps/unix/sysv/linux/bits/sched.h
|
||||
===================================================================
|
||||
--- sysdeps/unix/sysv/linux/bits/sched.h.orig
|
||||
+++ sysdeps/unix/sysv/linux/bits/sched.h
|
||||
@@ -113,7 +113,7 @@ struct __sched_param
|
||||
#if defined _SCHED_H && !defined __cpu_set_t_defined
|
||||
# define __cpu_set_t_defined
|
||||
/* Size definition for CPU sets. */
|
||||
|
Reference in New Issue
Block a user