[vlc-devel] commit: compat: implement tdestroy (GNU extension not available on OpenBSD) . ( Rémi Duraffort )

Rémi Duraffort ivoire at videolan.org
Tue Nov 24 22:14:18 CET 2009


Le mardi 24 novembre 2009 à 11:09:48, Rémi Denis-Courmont a écrit :
> Le mardi 24 novembre 2009 23:00:03 git version control, vous avez écrit :
> > +typedef struct node_t
> > +{
> > +    void        *key;
> > +    struct node_t *left, *right;
> > +} node;
> 
> Where's that coming from? As far as I know the node memory layout is not 
> specified and hence run-time-specific.
I took the code from the uClibc svn.
How can I write this if that run-time-specific ?

-- 
Rémi Duraffort | ivoire



More information about the vlc-devel mailing list