Browse Source

gettimeofday (#5)

houmkh 2 years ago
parent
commit
182c9bcf00
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/platform/x86_64/nr.rs

+ 2 - 0
src/platform/x86_64/nr.rs

@@ -43,3 +43,5 @@ pub const SYS_ACCEPT: usize = 40;
 
 pub const SYS_GETSOCKNAME: usize = 41;
 pub const SYS_GETPEERNAME: usize = 42;
+
+pub const SYS_GETTIMEOFDAY: usize = 43;