forked from ~ljy/RK356X_SDK_RELEASE
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