summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/score/headers/tod.h3
-rw-r--r--c/src/exec/score/include/rtems/score/tod.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/exec/score/headers/tod.h b/c/src/exec/score/headers/tod.h
index 5e3a89756c..a1fc6ee446 100644
--- a/c/src/exec/score/headers/tod.h
+++ b/c/src/exec/score/headers/tod.h
@@ -39,8 +39,9 @@ extern "C" {
#define TOD_SECONDS_PER_NON_LEAP_YEAR (365 * TOD_SECONDS_PER_DAY)
-#define TOD_MICROSECONDS_PER_SECOND 1000000
#define TOD_MILLISECONDS_PER_SECOND 1000
+#define TOD_MICROSECONDS_PER_SECOND 1000000
+#define TOD_NANOSECONDS_PER_SECOND 1000000000
#define TOD_NANOSECONDS_PER_MICROSECOND 1000
/*
diff --git a/c/src/exec/score/include/rtems/score/tod.h b/c/src/exec/score/include/rtems/score/tod.h
index 5e3a89756c..a1fc6ee446 100644
--- a/c/src/exec/score/include/rtems/score/tod.h
+++ b/c/src/exec/score/include/rtems/score/tod.h
@@ -39,8 +39,9 @@ extern "C" {
#define TOD_SECONDS_PER_NON_LEAP_YEAR (365 * TOD_SECONDS_PER_DAY)
-#define TOD_MICROSECONDS_PER_SECOND 1000000
#define TOD_MILLISECONDS_PER_SECOND 1000
+#define TOD_MICROSECONDS_PER_SECOND 1000000
+#define TOD_NANOSECONDS_PER_SECOND 1000000000
#define TOD_NANOSECONDS_PER_MICROSECOND 1000
/*