]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix strchr, strrchr implementation: convert c to char
authorRuslan Bukin <br@FreeBSD.org>
Thu, 13 Oct 2016 15:23:53 +0000 (15:23 +0000)
committerRuslan Bukin <br@FreeBSD.org>
Thu, 13 Oct 2016 15:23:53 +0000 (15:23 +0000)
commit2302bd3539de9c01e7af51428cea2578c31dd68c
tree8b714c99a7c0b66ebe50373b8d87b6b6fafc2ed8
parent5975e53d403d4ab0cae71f401ef9698aaaeb0c2a
Fix strchr, strrchr implementation: convert c to char
(according to standard).

Discussed with: andrew
Reviewed by: emaste
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Revision: https://reviews.freebsd.org/D8239
lib/libc/mips/string/strchr.S
lib/libc/mips/string/strrchr.S