On Thu, Sep 12, 2013 at 8:38 PM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Looks good to me, but > >> -- >8 -- >> Subject: [PATCH] mailmap: work around implementations with pure inline strcasecmp >> >> On some systems, string.h has _only_ inline definition of strcasecmp > > Please specify which system we are talking about: s/some systems/MinGW 4.0/ I'm not too happy with the wording either. As I see it, even on MinGW runtime version 4.0 it's not true that "string.h has _only_ inline definition of strcasecmp"; there's also "#define strncasecmp _strnicmp" which effectively provides a non-inline definition of strncasecmp aka _strnicmp. -- Sebastian Schuberth -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html