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.
This commit is contained in:
Ralf Corsepius
2009-10-27 05:04:01 +00:00
parent 0e3f3fb078
commit f32b613fcf

View File

@@ -1,5 +1,9 @@
2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org> 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: * configure.ac:
Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime. Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.