2002-10-24 Joel Sherrill <joel@OARcorp.com>

* samples/hello/config.h: Change CONFIGURE_SPTEST to
	CONFIGURE_APPLICATION to reflect current usage.
	* support/init.c: Include stdlib.h not unistd.h to remove warning.
This commit is contained in:
Joel Sherrill
2002-10-24 22:34:22 +00:00
parent 7265f3ab8f
commit 698b292f61
3 changed files with 10 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <bsp.h>
#include <unistd.h>
#include <stdlib.h>
void *POSIX_Init(
void *argument