forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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