style(9) sweep on config(8)
Joerg Sonnenberger
joerg at britannica.bec.de
Thu Mar 4 16:40:59 PST 2004
On Thu, Mar 04, 2004 at 07:04:04PM -0500, Dave Cuthbert wrote:
> Chris Pressey wrote:
> > o Use memset(ptr, 0, size) instead of bzero(ptr, size)
>
> Is there a reason why uses of bzero() should be changed to memset()?
For the kernel, using bzero is fine. For the userland bzero is BSD
specific function, while memset is ISO C89.
For timing, they should ~identical.
Joerg
> Dave
More information about the Submit
mailing list