[ofw] [PATCH] add strcasecmp & strtouq functions
Stan C. Smith
stan.smith at intel.com
Tue Oct 13 16:38:49 PDT 2009
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