hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/testing/selftests/proc/proc-self-wchan.c
....@@ -27,7 +27,7 @@
2727 fd = open("/proc/self/wchan", O_RDONLY);
2828 if (fd == -1) {
2929 if (errno == ENOENT)
30
- return 2;
30
+ return 4;
3131 return 1;
3232 }
3333