[vorbis-dev] Re: ogg123: shared memory by mmap()

Christian Weisgerber naddy at mips.inka.de
Sat Mar 17 11:44:45 PST 2001



Kenneth Arnold <ken at arnoldnet.net> wrote:

> > - acinclude.m4:  A new macro A_FUNC_SMMAP to check that sharing pages
> >   through mmap() works.  This is taken from Joerg Schilling's star.
> 
> Have you checked license on that?

GPL.

> > -#ifndef DARWIN
> > -#include <malloc.h>
> > -#endif
> 
> Huh?

Oops, that slipped in.  Still, there's no point in including malloc.h
there.  Also, malloc() and friends are defined in stdlib.h.  In
fact, on BSD malloc.h is reduced to this:

#warning "<malloc.h> is obsolete, use <stdlib.h>"
#include <stdlib.h>


-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.




More information about the Vorbis-dev mailing list