2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>

* itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
	itronsem01/init.c, itrontask01/init.c, itrontask02/init.c,
	itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change
	TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
	tests. Add a clock_settime case for < 1988.
This commit is contained in:
Joel Sherrill
2008-02-01 00:45:01 +00:00
parent e889a857cd
commit 016e1e250b
10 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
itronsem01/init.c, itrontask01/init.c, itrontask02/init.c,
itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change
TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
tests. Add a clock_settime case for < 1988.
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c,

View File

@@ -20,7 +20,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>

View File

@@ -20,7 +20,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <assert.h>

View File

@@ -20,7 +20,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <time.h>

View File

@@ -20,7 +20,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>

View File

@@ -20,7 +20,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>

View File

@@ -20,7 +20,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <assert.h>

View File

@@ -20,7 +20,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <assert.h>

View File

@@ -20,7 +20,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>

View File

@@ -20,7 +20,7 @@
* $Id$
*/
#define TEST_INIT
#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <time.h>