forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
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