We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f9fc9b + fd7da56 commit 76203e2Copy full SHA for 76203e2
driver/others/memory.c
@@ -1767,11 +1767,11 @@ int get_num_procs(void);
1767
int get_num_procs(void) {
1768
1769
static int nums = 0;
1770
+
1771
+#if defined(__GLIBC_PREREQ)
1772
cpu_set_t cpuset,*cpusetp;
1773
size_t size;
1774
int ret;
-
-#if defined(__GLIBC_PREREQ)
1775
#if !__GLIBC_PREREQ(2, 7)
1776
int i;
1777
#if !__GLIBC_PREREQ(2, 6)
0 commit comments