[ofw] svn.2489 commit

Smith, Stan stan.smith at intel.com
Mon Oct 19 11:17:16 PDT 2009


Revision: 2489
Author: stansmith
Date: 11:08:52 AM, Monday, October 19, 2009
Message:
[INC] added defines for strcasecmp() & strtouq()
----
Modified : /gen1/trunk/inc/user/linux/_string.h

Signed-off-by: stan.smith <stan.smith at intel.com>

>--- a/inc/user/linux/_string.h Tue Oct 13 16:26:11 2009
>+++ b/inc/user/linux/_string.h Wed Sep 30 14:08:06 2009
>@@ -39,7 +39,9 @@
> #define strdup _strdup
> #define strdupa _strdup
> #define strncasecmp _strnicmp
>+#define strcasecmp _stricmp
> #define strtoull _strtoui64
>+#define strtouq _strtoui64
> #define strtok_r strtok_s
>
> #endif        /* __STRING_H_ */




More information about the ofw mailing list