<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-09-08)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-09-08 Ralf Corsépius <ralf.corsepius@rtems.org>

        * configure.ac: Add checks for pthread_attr_getguardsize,
        pthread_attr_setguardsize, pthread_attr_setstack,
        pthread_attr_getstack.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2624&r2=text&tr2=1.2625&diff_format=h">M</a></td><td width='1%'>1.2625</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/configure.ac.diff?r1=text&tr1=1.191&r2=text&tr2=1.192&diff_format=h">M</a></td><td width='1%'>1.192</td><td width='100%'>cpukit/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-09-08    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * configure.ac: Add checks for pthread_attr_getguardsize,
+       pthread_attr_setguardsize, pthread_attr_setstack,
+       pthread_attr_getstack.
+
</font> 2010-09-08        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        PR 1698/cpukit

<font color='#006600'>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
</font><font color='#997700'>@@ -78,6 +78,12 @@
</font> RTEMS_CHECK_FUNC([setpgrp],[#include <unistd.h>])
 RTEMS_CHECK_FUNC([getpgrp],[#include <unistd.h>])
 
<font color='#000088'>+# 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>])
+
</font> # Newlib's unix/ directory
 AC_CHECK_FUNCS([ttyname getcwd])
 # </FIXME>
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>