Skip to content

Commit 97ac479

Browse files
committed
Stabilize parent_id()
Fixes #46104
1 parent c75d5e2 commit 97ac479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/ext/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ impl IntoRawFd for process::ChildStderr {
193193
}
194194

195195
/// Returns the OS-assigned process identifier associated with this process's parent.
196-
#[unstable(feature = "unix_ppid", issue = "46104")]
196+
#[stable(feature = "unix_ppid", since = "1.27.0")]
197197
pub fn parent_id() -> u32 {
198198
::sys::os::getppid()
199199
}

0 commit comments

Comments
 (0)