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