summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/support/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-24 22:34:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-24 22:34:22 +0000
commit698b292f610f4b1963c3ad2f7d64e1bf3017d14b (patch)
tree74fb730c74f55b82f7f5b528106386da8f2bb389 /c/src/ada-tests/support/init.c
parent2002-10-24 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-698b292f610f4b1963c3ad2f7d64e1bf3017d14b.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/support/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/ada-tests/support/init.c b/c/src/ada-tests/support/init.c
index b85635faa0..eb5aeffd73 100644
--- a/c/src/ada-tests/support/init.c
+++ b/c/src/ada-tests/support/init.c
@@ -12,7 +12,7 @@
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <bsp.h>
-#include <unistd.h>
+#include <stdlib.h>
void *POSIX_Init(
void *argument