mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 05:14:27 +08:00
Fixed for 8051 w/SDCC compiler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@454 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+2
-2
@@ -105,8 +105,8 @@ EXTERN int rand(void);
|
||||
|
||||
#ifndef CONFIG_DISABLE_ENIVRON
|
||||
EXTERN FAR char **get_environ_ptr( void );
|
||||
EXTERN FAR char *getenv(const char *name);
|
||||
EXTERN int putenv(char *string);
|
||||
EXTERN FAR char *getenv(FAR const char *name);
|
||||
EXTERN int putenv(FAR char *string);
|
||||
EXTERN int clearenv(void);
|
||||
EXTERN int setenv(const char *name, const char *value, int overwrite);
|
||||
EXTERN int unsetenv(const char *name);
|
||||
|
||||
Reference in New Issue
Block a user