On Tuesday 23 March 2010 23:22:05 Dave Rensberger wrote:
> The biggest problem I've run into so far is that bzero and bcopy don't seem
> to be defined for i386 in uClibc.  Is there a known patch for this issue?

as David said, if they dont exist, it's a bug in your configuration.  these 
functions exist based purely on how you've configured u-boot.

> I know that these functions are deprecated and I could probably solve it by
> replacing all of the bzero() with memset() and bcopy() with memcpy()

so do it.  it's trivial to fix this with `sed`.

> but there are an awful lot of userland utilities that use them, so I'd
> rather not patch all of them.

are you sure about that ?  i rarely run into things using these functions 
anymore.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to