<!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 (2011-05-18)</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>2011-05-18 Ralf Corsépius <ralf.corsepius@rtems.org>

        *  configure.ac: Require time.h to provide CLOCK_PROCESS_CPUTIME_ID,
        CLOCK_THREAD_CPUTIME_ID.
</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.2836&r2=text&tr2=1.2837&diff_format=h">M</a></td><td width='1%'>1.2837</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.204&r2=text&tr2=1.205&diff_format=h">M</a></td><td width='1%'>1.205</td><td width='100%'>cpukit/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2836 rtems/cpukit/ChangeLog:1.2837
--- rtems/cpukit/ChangeLog:1.2836       Wed May 18 00:16:23 2011
+++ rtems/cpukit/ChangeLog      Wed May 18 03:59:44 2011
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2011-05-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   *  configure.ac: Require time.h to provide CLOCK_PROCESS_CPUTIME_ID,
+       CLOCK_THREAD_CPUTIME_ID.
+
+2011-05-18     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * sapi/Makefile.am: Reformat.
 
 2011-05-18     Ralf Corsépius <ralf.corsepius@rtems.org>

<font color='#006600'>diff -u rtems/cpukit/configure.ac:1.204 rtems/cpukit/configure.ac:1.205
--- rtems/cpukit/configure.ac:1.204     Wed Mar 16 15:05:04 2011
+++ rtems/cpukit/configure.ac   Wed May 18 03:59:44 2011
</font><font color='#997700'>@@ -66,6 +66,10 @@
</font> AC_CHECK_DECLS([funlockfile],[AC_CHECK_FUNCS([funlockfile])],,[#include <stdio.h>])
 AC_CHECK_DECLS([ftrylockfile],[AC_CHECK_FUNCS([ftrylockfile])],,[#include <stdio.h>])
 
<font color='#000088'>+# Mandated by POSIX, older newlibs bogusly provided CLOCK_PROCESS_CPUTIME+CLOCK_THREAD_CPUTIME
+AC_CHECK_DECL([CLOCK_PROCESS_CPUTIME_ID],[],[AC_MSG_ERROR([missing define CLOCK_PROCESS_CPUTIME_ID])],[#include <time.h>])
+AC_CHECK_DECL([CLOCK_THREAD_CPUTIME_ID],[],[AC_MSG_ERROR([missing define CLOCK_THREAD_CPUTIME_ID])],[#include <time.h>])
+
</font> # Mandated by POSIX, decls not present in some versions of newlib,
 # some versions stubbed in newlib's rtems crt0
 RTEMS_CHECK_FUNC([seteuid],[#include <unistd.h>])
</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>