forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/tools/testing/selftests/proc/proc-loadavg-001.c
....@@ -29,7 +29,7 @@
2929
3030 if (unshare(CLONE_NEWPID) == -1) {
3131 if (errno == ENOSYS || errno == EPERM)
32
- return 2;
32
+ return 4;
3333 return 1;
3434 }
3535