summaryrefslogtreecommitdiff
path: root/sys/libkern/memset.c
Commit message (Collapse)AuthorAgeFilesLines
* Add local ptototype for memset function.Alexander Kabaev2007-04-061-0/+3
| | | | Notes: svn path=/head/; revision=168403
* Add trivial MI memset function implementation. GCC mandates theAlexander Kabaev2007-04-051-0/+37
existence of this function as a linkable symbol in standalone configurations and existing inline memcpy from libkern.h fails this requirement. Notes: svn path=/head/; revision=168400