MCPcopy 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
95static bool
96perm_related_errno (int err)
97{
98 return err == EACCES || err == EPERM;
99}
100
101int
102main (int argc, char **argv)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected