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.
1 parent 8f8d294 commit 530b4caCopy full SHA for 530b4ca
libc-test/semver/linux-gnu.txt
@@ -525,6 +525,7 @@ __rlimit_resource_t
525
__timeval
526
adjtimex
527
backtrace
528
+clock_adjtime
529
copy_file_range
530
dlinfo
531
dlmopen
src/unix/linux_like/linux/gnu/mod.rs
@@ -1223,6 +1223,8 @@ extern "C" {
1223
pub fn ntp_adjtime(buf: *mut timex) -> ::c_int;
1224
#[link_name = "ntp_gettimex"]
1225
pub fn ntp_gettime(buf: *mut ntptimeval) -> ::c_int;
1226
+ pub fn clock_adjtime(clk_id: ::clockid_t, buf: *mut ::timex) -> ::c_int;
1227
+
1228
pub fn copy_file_range(
1229
fd_in: ::c_int,
1230
off_in: *mut ::off64_t,
0 commit comments