summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx11
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx11')
-rw-r--r--testsuites/psxtests/psx11/task.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx11/task.c b/testsuites/psxtests/psx11/task.c
index 020e686b64..b8863701bf 100644
--- a/testsuites/psxtests/psx11/task.c
+++ b/testsuites/psxtests/psx11/task.c
@@ -8,7 +8,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -26,6 +26,12 @@ void diff_timespec(
struct timespec *start,
struct timespec *stop,
struct timespec *result
+);
+
+void diff_timespec(
+ struct timespec *start,
+ struct timespec *stop,
+ struct timespec *result
)
{
int nsecs_per_sec = 1000000000;