summaryrefslogtreecommitdiff
path: root/unmaintained/stalld/fix-test01.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/stalld/fix-test01.patch')
-rw-r--r--unmaintained/stalld/fix-test01.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/unmaintained/stalld/fix-test01.patch b/unmaintained/stalld/fix-test01.patch
deleted file mode 100644
index aabef4042df..00000000000
--- a/unmaintained/stalld/fix-test01.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tests/test01.c 2021-01-26 14:54:03.000000000 +0000
-+++ b/tests/test01.c 2021-02-01 10:44:05.788144855 +0000
-@@ -136,7 +136,7 @@
-
- CPU_ZERO(&cpuset);
- CPU_SET(cpu, &cpuset);
-- status = pthread_attr_setaffinity_np(&attr, sizeof(cpuset), &cpuset);
-+ status = pthread_setaffinity_np(&attr, sizeof(cpuset), &cpuset);
- if (status != 0) {
- error("failed to set blocker affinity to cpu %d: %s\n",
- cpu, strerror(errno));