summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadsetcputime.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadsetcputime.c')
-rw-r--r--cpukit/posix/src/pthreadsetcputime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadsetcputime.c b/cpukit/posix/src/pthreadsetcputime.c
index 7c0799726f..70b9594ab9 100644
--- a/cpukit/posix/src/pthreadsetcputime.c
+++ b/cpukit/posix/src/pthreadsetcputime.c
@@ -36,4 +36,3 @@ int pthread_attr_setcputime(
return EINVAL;
}
}
-