modelize_property: use resolve_mtype_unchecked during build_signature
[nit.git] / c_src / time_nit.h
index d5b5894..ea4a210 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file is free software, which comes along with NIT.  This software is
  * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
- * without  even  the implied warranty of  MERCHANTABILITY or  FITNESS FOR A
+ * without  even  the implied warranty of  MERCHANTABILITY or  FITNESS FOR A 
  * PARTICULAR PURPOSE.  You can modify it is you want,  provided this header
  * is kept unaltered, and a notification of the changes is added.
  * You  are  allowed  to  redistribute it and sell it, alone or is a part of
@@ -15,5 +15,6 @@
 
 #include <time.h>
 #define kernel_Any_Any_get_time_0(self) time(NULL)
-
+#define std_nanosleep(self, sec, nanosec) std_nanosleep_(sec, nanosec);
+void std_nanosleep_(long sec, long nanosec);
 #endif