summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/putenvtest/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 14:03:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 14:03:38 +0000
commit36155ebb04c4039ed1fec520e6a932ad53b46dda (patch)
tree899d6cdeed32c77ca7fc1162a81e77904bd8e9d1 /testsuites/libtests/putenvtest/init.c
parentRemoved warnings. (diff)
downloadrtems-36155ebb04c4039ed1fec520e6a932ad53b46dda.tar.bz2
Removed warning.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/putenvtest/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/libtests/putenvtest/init.c b/testsuites/libtests/putenvtest/init.c
index 6c3aa0eaf5..eb19d4af80 100644
--- a/testsuites/libtests/putenvtest/init.c
+++ b/testsuites/libtests/putenvtest/init.c
@@ -26,6 +26,9 @@
#include <stdio.h>
#include <stdlib.h>
+/* putenv is beyond ANSI so prototype it here */
+int putenv(const char *string);
+
rtems_task Init(
rtems_task_argument argument
);