diff options
Diffstat (limited to 'include/exports.h')
-rw-r--r-- | include/exports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exports.h b/include/exports.h index 63aa4b264a1..6cf31aa5e79 100644 --- a/include/exports.h +++ b/include/exports.h @@ -23,7 +23,7 @@ char *getenv (const char *name); int setenv (const char *varname, const char *varvalue); long simple_strtol(const char *cp,char **endp,unsigned int base); int strcmp(const char * cs,const char * ct); -int ustrtoul(const char *cp, char **endp, unsigned int base); +unsigned long ustrtoul(const char *cp, char **endp, unsigned int base); #if defined(CONFIG_CMD_I2C) int i2c_write (uchar, uint, int , uchar* , int); int i2c_read (uchar, uint, int , uchar* , int); |