Skip to content

Commit 213f4b0

Browse files
committed
NetBSD: Remove vm_size_t
As noted, this has been deprecated a long time and is no longer present on x86_64. Remove the typedef. (backport <#4782>) (cherry picked from commit 11d36ae)
1 parent d8ceb4f commit 213f4b0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc-test/semver/netbsd.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,5 @@ utmpxname
16471647
utpname
16481648
utrace
16491649
uucred
1650-
vm_size_t
16511650
wait4
16521651
waitid

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pub type fsfilcnt_t = u64;
1313
pub type idtype_t = c_int;
1414
pub type mqd_t = c_int;
1515
type __pthread_spin_t = __cpu_simple_lock_nv_t;
16-
pub type vm_size_t = crate::uintptr_t; // FIXME(deprecated): deprecated since long time
1716
pub type lwpid_t = c_uint;
1817
pub type shmatt_t = c_uint;
1918
pub type cpuid_t = c_ulong;

0 commit comments

Comments
 (0)