summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/putenvtest/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/putenvtest/init.c')
-rw-r--r--testsuites/libtests/putenvtest/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/libtests/putenvtest/init.c b/testsuites/libtests/putenvtest/init.c
index 7b79860c53..792e688dcf 100644
--- a/testsuites/libtests/putenvtest/init.c
+++ b/testsuites/libtests/putenvtest/init.c
@@ -26,9 +26,6 @@
#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
);