We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e7cda0 + 7a27082 commit fa6f26bCopy full SHA for fa6f26b
libc-test/semver/macos.txt
@@ -1 +1,2 @@
1
+clock_settime
2
memmem
src/unix/bsd/apple/mod.rs
@@ -5372,6 +5372,7 @@ pub unsafe fn mach_task_self() -> ::mach_port_t {
5372
cfg_if! {
5373
if #[cfg(target_os = "macos")] {
5374
extern "C" {
5375
+ pub fn clock_settime(clock_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
5376
pub fn memmem(
5377
haystack: *const ::c_void,
5378
haystacklen: ::size_t,
0 commit comments