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.
2 parents 2a1d103 + c0c0f91 commit d03554bCopy full SHA for d03554b
libc-test/semver/freebsd.txt
@@ -1782,6 +1782,7 @@ ptrace_io_desc
1782
ptrace_lwpinfo
1783
ptrace_sc_ret
1784
ptrace_vm_entry
1785
+ptsname_r
1786
pututxline
1787
pwritev
1788
qsort
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -3985,6 +3985,7 @@ extern "C" {
3985
infop: *mut ::siginfo_t,
3986
options: ::c_int,
3987
) -> ::c_int;
3988
+ pub fn ptsname_r(fd: ::c_int, buf: *mut ::c_char, buflen: ::size_t) -> ::c_int;
3989
3990
pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t;
3991
pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int;
0 commit comments