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 c75d5e2 commit 97ac479Copy full SHA for 97ac479
src/libstd/sys/unix/ext/process.rs
@@ -193,7 +193,7 @@ impl IntoRawFd for process::ChildStderr {
193
}
194
195
/// Returns the OS-assigned process identifier associated with this process's parent.
196
-#[unstable(feature = "unix_ppid", issue = "46104")]
+#[stable(feature = "unix_ppid", since = "1.27.0")]
197
pub fn parent_id() -> u32 {
198
::sys::os::getppid()
199
0 commit comments