summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/timespecaddto.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/timespecaddto.c')
-rw-r--r--cpukit/score/src/timespecaddto.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/cpukit/score/src/timespecaddto.c b/cpukit/score/src/timespecaddto.c
index 4d14cabc65..a71e1d63bf 100644
--- a/cpukit/score/src/timespecaddto.c
+++ b/cpukit/score/src/timespecaddto.c
@@ -1,5 +1,8 @@
/**
- * @file score/src/timespecaddto.c
+ * @file
+ *
+ * @brief Add to a Timespec
+ * @ingroup Timespec
*/
/*
@@ -21,12 +24,6 @@
#include <rtems/score/tod.h>
#include <rtems/score/watchdog.h>
-/**
- *
- * This routines adds two timespecs. The second argument is added
- * to the first.
- */
-
uint32_t _Timespec_Add_to(
struct timespec *time,
const struct timespec *add