summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 05:04:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 05:04:01 +0000
commitf32b613fcfb8c6c6ec9c23d77e25e13c1a3a6819 (patch)
treedcee848b898895a003e461a687d1689c82a0aff7 /testsuites
parentUse HAVE_DECL_PTHREAD_ATTR_GETCPUTIME. (diff)
downloadrtems-f32b613fcfb8c6c6ec9c23d77e25e13c1a3a6819.tar.bz2
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME. * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME. * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME, HAVE_DECL_PTHREAD_ATTR_SETCPUTIME. * configure.ac: Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 6f13b454d7..59fb8e9de2 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,9 @@
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
+ * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
+ * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
+ HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
* configure.ac:
Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.