Should we remove all internal usages of bcopy/bzero?

Roland McGrath roland@frob.com
Sun Sep 16 20:04:00 GMT 2001


> Roland McGrath <roland@frob.com> writes:
> 
> > For bzero, I wonder if it might not be worth having optimized memset
> > macros check __builtin_constant_p and == 0 and refer to the bzero code.
> 
> Look at <bits/string2.h>

In that case, there is no particular reason not to change bzero calls
to memset.



More information about the Libc-alpha mailing list