[rtems commit] cpukit: Add timespecisnonnegative to Makefile.am

Joel Sherrill joel at rtems.org
Mon Jun 21 20:14:01 UTC 2021


Module:    rtems
Branch:    master
Commit:    b47dbbc5f7c8518634c7c5fccd57d78c65444f2d
Changeset: http://git.rtems.org/rtems/commit/?id=b47dbbc5f7c8518634c7c5fccd57d78c65444f2d

Author:    Ryan Long <ryan.long at oarcorp.com>
Date:      Mon Jun 21 14:12:19 2021 -0400

cpukit: Add timespecisnonnegative to Makefile.am

---

 cpukit/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 78e33b6..df970e5 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -998,6 +998,7 @@ librtemscpu_a_SOURCES += score/src/timespeclessthan.c
 librtemscpu_a_SOURCES += score/src/timespecsubtract.c
 librtemscpu_a_SOURCES += score/src/timespectoticks.c
 librtemscpu_a_SOURCES += score/src/timespecdivide.c
+librtemscpu_a_SOURCES += score/src/timespecisnonnegative.c
 librtemscpu_a_SOURCES += score/src/timespecdividebyinteger.c
 librtemscpu_a_SOURCES += score/src/timespecgetasnanoseconds.c
 librtemscpu_a_SOURCES += score/src/coretod.c



More information about the vc mailing list