nlopes added a subscriber: nlopes.
================
Comment at: include/cstring:96
@@ +95,3 @@
+int strncmp(const char* __s1, const char* __s2, size_t __n)
+{ return ::memcmp(__s1, __s2, __n); }
+
----------------
typo here.
http://reviews.llvm.org/D11948