[libdispatch-dev] Solaris portability, patch for internal.h, include strings.h for bzero in queue.c

Paolo Bonzini bonzini at gnu.org
Mon Nov 9 05:16:50 PST 2009


On Mon, Nov 9, 2009 at 14:01, Joakim Johansson <jocke at tbricks.com> wrote:
> bzero() is used in queue.c and is available from strings.h, needs an include
> for it.

Probably better to use memset instead.  bzero is on its way to obsoletion.

Also, strings.h is SVR-ism and is not available on many platforms.

Paolo



More information about the libdispatch-dev mailing list