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 aa99092 commit e634372Copy full SHA for e634372
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -2496,6 +2496,8 @@ extern "C" {
2496
winp: *mut crate::winsize,
2497
) -> crate::pid_t;
2498
2499
+ pub fn ptsname_r(fd: c_int, buf: *mut c_char, buflen: size_t) -> c_int;
2500
+
2501
#[link_name = "__lutimes50"]
2502
pub fn lutimes(file: *const c_char, times: *const crate::timeval) -> c_int;
2503
#[link_name = "__gettimeofday50"]
0 commit comments