Searched hist:aa79fe245de7616cda41b69a296a5ce209c95c45 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/arm/string/ |
H A D | strncmp.S | diff aa79fe245de7616cda41b69a296a5ce209c95c45 Sun Jun 21 14:58:56 CEST 2009 Stanislav Sedov <stas@FreeBSD.org> - Fix strncmp on arm. Return 0 as result without performing the main cycle only if the len passed is equal to 0. If end address overflows use last possible address as the end address.
Based on: discussion on arm@ MFC after: 1 month diff aa79fe245de7616cda41b69a296a5ce209c95c45 Sun Jun 21 14:58:56 CEST 2009 Stanislav Sedov <stas@FreeBSD.org> - Fix strncmp on arm. Return 0 as result without performing the main cycle only if the len passed is equal to 0. If end address overflows use last possible address as the end address.
Based on: discussion on arm@ MFC after: 1 month
|