change log for rtems (2010-09-08)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed Sep 8 11:10:15 UTC 2010


 *ralf*:
2010-09-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	* configure.ac: Add checks for pthread_attr_getguardsize,
	pthread_attr_setguardsize, pthread_attr_setstack,
	pthread_attr_getstack.

M 1.2625  cpukit/ChangeLog
M  1.192  cpukit/configure.ac

diff -u rtems/cpukit/ChangeLog:1.2624 rtems/cpukit/ChangeLog:1.2625
--- rtems/cpukit/ChangeLog:1.2624	Wed Sep  8 02:31:28 2010
+++ rtems/cpukit/ChangeLog	Wed Sep  8 05:19:24 2010
@@ -1,3 +1,9 @@
+2010-09-08	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* configure.ac: Add checks for pthread_attr_getguardsize,
+	pthread_attr_setguardsize, pthread_attr_setstack,
+	pthread_attr_getstack.
+
 2010-09-08	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	PR 1698/cpukit

diff -u rtems/cpukit/configure.ac:1.191 rtems/cpukit/configure.ac:1.192
--- rtems/cpukit/configure.ac:1.191	Tue Aug  3 10:44:05 2010
+++ rtems/cpukit/configure.ac	Wed Sep  8 05:19:25 2010
@@ -78,6 +78,12 @@
 RTEMS_CHECK_FUNC([setpgrp],[#include <unistd.h>])
 RTEMS_CHECK_FUNC([getpgrp],[#include <unistd.h>])
 
+# pthread-functions not declared in some versions of newlib.
+RTEMS_CHECK_FUNC([pthread_attr_getguardsize],[#include <pthreads.h>])
+RTEMS_CHECK_FUNC([pthread_attr_setguardsize],[#include <pthreads.h>])
+RTEMS_CHECK_FUNC([pthread_attr_setstack],[#include <pthreads.h>])
+RTEMS_CHECK_FUNC([pthread_attr_getstack],[#include <pthreads.h>])
+
 # Newlib's unix/ directory
 AC_CHECK_FUNCS([ttyname getcwd])
 # </FIXME>



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100908/7674f57a/attachment-0001.html>


More information about the vc mailing list