remove buggy short-string wcsstr implementation; always use twoway
authorRich Felker <dalias@aerifal.cx>
Sat, 11 Aug 2012 22:39:12 +0000 (18:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 11 Aug 2012 22:39:12 +0000 (18:39 -0400)
commit35c16933f03a3db49f3e2048759d850460c8a509
tree21e4b210284277357fc7ea5a39943e849cb87293
parent617182734ca0beffa347747019d78b972e2038f9
remove buggy short-string wcsstr implementation; always use twoway

since this interface is rarely used, it's probably best to lean
towards keeping code size down anyway. one-character needles will
still be found immediately by the initial wcschr call anyway.
src/string/wcsstr.c