[ofw] RE: [PATCH] add strcasecmp & strtouq functions

Sean Hefty sean.hefty at intel.com
Wed Oct 14 22:03:34 PDT 2009


These look good to me.

>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