Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Match the implementation of the inline function from libkern.h. | obrien | 2008-07-14 | 1 | -4/+8 |
| | |||||
* | Add local ptototype for memset function. | kan | 2007-04-06 | 1 | -0/+3 |
| | |||||
* | Add trivial MI memset function implementation. GCC mandates the | kan | 2007-04-05 | 1 | -0/+37 |
existence of this function as a linkable symbol in standalone configurations and existing inline memcpy from libkern.h fails this requirement. |