forked from pool/glibc
075d187ee3
Cleanup patches. OBS-URL: https://build.opensuse.org/request/show/114582 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=170
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
Index: glibc-2.15/bits/sched.h
|
|
===================================================================
|
|
--- glibc-2.15.orig/bits/sched.h
|
|
+++ glibc-2.15/bits/sched.h
|
|
@@ -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: glibc-2.15/sysdeps/unix/sysv/linux/bits/sched.h
|
|
===================================================================
|
|
--- glibc-2.15.orig/sysdeps/unix/sysv/linux/bits/sched.h
|
|
+++ glibc-2.15/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. */
|
|
-# define __CPU_SETSIZE 1024
|
|
+# define __CPU_SETSIZE 4096
|
|
# define __NCPUBITS (8 * sizeof (__cpu_mask))
|
|
|
|
/* Type for array elements in 'cpu_set_t'. */
|