We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e71a6 commit c90f1eaCopy full SHA for c90f1ea
1 file changed
src/uucore/src/lib/features/process.rs
@@ -43,7 +43,7 @@ pub fn getgid() -> gid_t {
43
44
/// `getuid()` returns the real user ID of the calling process.
45
pub fn getuid() -> uid_t {
46
- nix::unistd::getuid().as_raw()
+ rustix::process::getuid().as_raw()
47
}
48
49
/// `getpid()` returns the pid of the calling process.
0 commit comments