From: Rich Felker Date: Fri, 7 Sep 2012 00:28:42 +0000 (-0400) Subject: remove dependency of wmemmove on wmemcpy direction X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=inline;h=bac03cdde1137c16b4c194e137310e2748661dcc;hp=bac03cdde1137c16b4c194e137310e2748661dcc;p=musl remove dependency of wmemmove on wmemcpy direction unlike the memmove commit, this one should be fine to leave in place. wmemmove is not performance-critical, and even if it were, it's already copying whole 32-bit words at a time instead of bytes. ---