From 21789a2117f7485000e0d88c3f76a6b9d507bb5a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 28 Jul 2015 14:45:42 +0200 Subject: score: Rename _POSIX_Absolute_timeout_to_ticks() Rename _POSIX_Absolute_timeout_to_ticks() to _TOD_Absolute_timeout_to_ticks() and move it to the score directory. Delete empty . --- cpukit/score/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 3e612d4cf8..950004d66c 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -324,6 +324,7 @@ libscore_a_SOURCES += src/coretod.c src/coretodset.c \ src/coretodtickle.c \ src/coretodtickspersec.c \ src/coretodadjust.c +libscore_a_SOURCES += src/coretodabsolutetimeout.c ## WATCHDOG_C_FILES libscore_a_SOURCES += src/watchdog.c src/watchdogadjust.c \ -- cgit v1.2.3