K 10 svn:author V 3 mjg K 8 svn:date V 27 2018-06-02T17:57:09.511075Z K 7 svn:log V 405 libkern: tidy up memset 1. Remove special-casing of 0 as it just results in an extra function call. This is clearly pessimal. 2. Drop the inline stuff. For the most part it is much better served with __builtin_memset (coming later). 3. Move the declaration to systm.h to match other funcs. Archs are encouraged to implement the variant for their own platform so that this implementation can be dropped. END