We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9aaf22 + b0bded3 commit cb429d6Copy full SHA for cb429d6
1 file changed
driver/others/memory.c
@@ -222,11 +222,11 @@ int get_num_procs(void);
222
#else
223
int get_num_procs(void) {
224
static int nums = 0;
225
+
226
+#if defined(__GLIBC_PREREQ)
227
cpu_set_t cpuset,*cpusetp;
228
size_t size;
229
int ret;
-
-#if defined(__GLIBC_PREREQ)
230
#if !__GLIBC_PREREQ(2, 7)
231
int i;
232
#if !__GLIBC_PREREQ(2, 6)
0 commit comments