summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadgetcputime.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadgetcputime.c')
-rw-r--r--cpukit/posix/src/pthreadgetcputime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadgetcputime.c b/cpukit/posix/src/pthreadgetcputime.c
index b7a1644e0c..7c9bb46c7b 100644
--- a/cpukit/posix/src/pthreadgetcputime.c
+++ b/cpukit/posix/src/pthreadgetcputime.c
@@ -29,4 +29,3 @@ int pthread_attr_getcputime(
*clock_allowed = attr->cputime_clock_allowed;
return 0;
}
-