summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/putenvtest
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-22 10:38:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-22 10:38:22 +0000
commitdda9a682e630749fc6c090b721d4095ac72abdef (patch)
treef35bcef29affd73e71f4f05db741b0607cb4b4a8 /testsuites/libtests/putenvtest
parent2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-dda9a682e630749fc6c090b721d4095ac72abdef.tar.bz2
2004-11-22 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove -ansi to prevent folks from further damaging the code with broken prototypes. * putenvtest/init.c: Remove broken putenv prototype. * termios/init.c (print_c_cc): Don't loop over NCCS.
Diffstat (limited to 'testsuites/libtests/putenvtest')
-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
);