forked from pool/glibc
35b77f97b8
Copy from Base:System/glibc based on submit request 24314 from user pbaudis OBS-URL: https://build.opensuse.org/request/show/24314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=13
27 lines
956 B
Diff
27 lines
956 B
Diff
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
|
|
#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'. */
|