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.
vm_size_t
1 parent 9efb41e commit 586ce35Copy full SHA for 586ce35
libc-test/semver/netbsd.txt
@@ -1654,6 +1654,5 @@ utmpxname
1654
utpname
1655
utrace
1656
uucred
1657
-vm_size_t
1658
wait4
1659
waitid
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -13,7 +13,6 @@ pub type fsfilcnt_t = u64;
13
pub type idtype_t = c_int;
14
pub type mqd_t = c_int;
15
type __pthread_spin_t = __cpu_simple_lock_nv_t;
16
-pub type vm_size_t = crate::uintptr_t; // FIXME(deprecated): deprecated since long time
17
pub type lwpid_t = c_uint;
18
pub type shmatt_t = c_uint;
19
pub type cpuid_t = c_ulong;
0 commit comments