Remove setenv() declaration (conficts <stdlib.h>)

This commit is contained in:
Sebastian Huber 2013-10-24 10:39:07 +02:00
parent 40f2158a15
commit 6cdf009465
2 changed files with 2 additions and 1 deletions

View File

@ -277,7 +277,9 @@ int getenv_long(const char *name, long *data);
int getenv_ulong(const char *name, unsigned long *data);
int getenv_string(const char *name, char *data, int size);
int getenv_quad(const char *name, quad_t *data);
#ifndef __rtems__
int setenv(const char *name, const char *value);
#endif /* __rtems__ */
int unsetenv(const char *name);
int testenv(const char *name);

View File

@ -98,7 +98,6 @@
#define realloc _bsd_realloc
#define reallocf _bsd_reallocf
#define setenv _bsd_setenv
/* Debug */