summaryrefslogtreecommitdiffstats
path: root/sys/libkern/memset.c
Commit message (Collapse)AuthorAgeFilesLines
* Match the implementation of the inline function from libkern.h.obrien2008-07-141-4/+8
|
* Add local ptototype for memset function.kan2007-04-061-0/+3
|
* Add trivial MI memset function implementation. GCC mandates thekan2007-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.
OpenPOWER on IntegriCloud