Bläddra i källkod

gettimeofday (#5)

houmkh 2 år sedan
förälder
incheckning
182c9bcf00
1 ändrade filer med 2 tillägg och 0 borttagningar
  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;