Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ perm_related_errno
Function
perm_related_errno
src/nice.c:95–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
static bool
96
perm_related_errno (int err)
97
{
98
return err == EACCES || err == EPERM;
99
}
100
101
int
102
main (int argc, char **argv)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected