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 600810b + db63b6f commit 2865077Copy full SHA for 2865077
libc-test/semver/netbsd.txt
@@ -1030,6 +1030,7 @@ clock_getres
1030
clock_nanosleep
1031
clock_settime
1032
cmsghdr
1033
+consttime_memequal
1034
daemon
1035
difftime
1036
dirfd
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -2113,6 +2113,7 @@ extern "C" {
2113
2114
// Added in `NetBSD` 7.0
2115
pub fn explicit_memset(b: *mut ::c_void, c: ::c_int, len: ::size_t);
2116
+ pub fn consttime_memequal(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int;
2117
2118
pub fn setproctitle(fmt: *const ::c_char, ...);
2119
}
0 commit comments