moved macros to arch independant file

This commit is contained in:
Antoine Drouin
2010-08-27 19:31:07 +00:00
parent b2ad4e40cc
commit b0ce03bc73
-3
View File
@@ -4,10 +4,7 @@
#include <unistd.h>
#define SYS_TICS_OF_SEC(x) (x)
#define SYS_TICS_OF_USEC(x) (x)
#define SYS_TICS_OF_NSEC(x) (x)
#define SIGNED_SYS_TICS_OF_SEC(x) (x)
#define SIGNED_SYS_TICS_OF_USEC(x) (x)
#define SEC_OF_SYS_TICS(st) (st)
#define MSEC_OF_SYS_TICS(st) (st)