Skip to content

Commit b2e250e

Browse files
authored
Merge pull request #1831 from xonatius/patch-1
2 parents 65be52f + 482420f commit b2e250e

File tree

1 file changed

+5
-0
lines changed
  • src/unix/linux_like/linux

1 file changed

+5
-0
lines changed

src/unix/linux_like/linux/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2759,6 +2759,11 @@ extern "C" {
27592759
sevp: *mut ::sigevent,
27602760
) -> ::c_int;
27612761

2762+
pub fn clock_getcpuclockid(
2763+
pid: ::pid_t,
2764+
clk_id: *mut ::clockid_t,
2765+
) -> ::c_int;
2766+
27622767
pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;
27632768

27642769
pub fn setpwent();

0 commit comments

Comments
 (0)