]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed the profile of the CPU_SET fake replacement.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 23 Sep 2010 19:58:30 +0000 (13:58 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 23 Sep 2010 19:58:30 +0000 (13:58 -0600)
compat/cpu.h

index 37bcdf53996420c78625489c67c31fe41951012a..ed25febde7575548c6f783a69c9e2b0d923a9442 100644 (file)
@@ -61,7 +61,7 @@ typedef struct
 #define CPU_COUNT(set) 0
 #define CPU_AND(destset, srcset1, srcset2) (void)0
 #define CPU_ZERO(set) (void)0
-#define CPU_SET(set) (void)0
+#define CPU_SET(cpu, set) (void)0
 inline int sched_setaffinity(int, size_t, cpu_set_t *) { return ENOTSUP; }
 inline int sched_getaffinity(int, size_t, cpu_set_t *) { return ENOTSUP; }