rust/library/std/src/os/unix
Guillaume Gomez 10193a347a
Rollup merge of #129409 - grinapo:patch-1, r=Amanieu
Expand std::os::unix::fs::chown() doc with a warning

Include warning about losing setuid/gid when chowning, per POSIX.

It is about the underlying system call but it is rather useful to mention it in the help in case someone accidentally forgets (don't look at me :)).
2024-11-28 03:14:45 +01:00
..
ffi Inline std::os::unix::ffi::OsStringExt methods 2022-01-11 19:33:46 +01:00
fs Add basic tests 2023-03-02 11:51:20 +01:00
io io safety: update Unix explanation 2024-04-27 09:40:55 +02:00
net std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
fs.rs Rollup merge of #129409 - grinapo:patch-1, r=Amanieu 2024-11-28 03:14:45 +01:00
mod.rs Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay 2024-11-03 22:25:11 +00:00
process.rs docs: fix grammar in doc comment at unix/process.rs 2024-11-04 20:42:21 +02:00
raw.rs Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
thread.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30