Removed warning.

This commit is contained in:
Joel Sherrill
2000-01-04 14:03:38 +00:00
parent a148f561c2
commit 36155ebb04
2 changed files with 6 additions and 0 deletions

View File

@@ -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
);

View File

@@ -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
);