We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d5657 commit 0d920b5Copy full SHA for 0d920b5
include/reactor-uc/tag.h
@@ -21,7 +21,7 @@
21
#define SECS(t) ((interval_t)(t * 1000000000LL))
22
#define SECOND(t) ((interval_t)(t * 1000000000LL))
23
#define SECONDS(t) ((interval_t)(t * 1000000000LL))
24
-#define MIN(t) ((interval_t)(t * 60000000000LL))
+#define MINS(t) ((interval_t)(t * 60000000000LL))
25
#define MINUTE(t) ((interval_t)(t * 60000000000LL))
26
#define MINUTES(t) ((interval_t)(t * 60000000000LL))
27
#define HOUR(t) ((interval_t)(t * 3600000000000LL))
0 commit comments