r719 - trunk/varnish-cache/bin/varnishd

Dag-Erling Smørgrav des at linpro.no
Mon Aug 7 17:46:37 CEST 2006


"Poul-Henning Kamp" <phk at phk.freebsd.dk> writes:
> Dag-Erling Smørgrav <des at projects.linpro.no> writes:
> > Log:
> > Remove redundant definition of __assert().
> Redundant relative to what ?
>
> The default __assert() does not include errno

You assume that the C library's assert(3) macro calls a function
called __assert() with a specific argument list.  That is not
necessarily the case.

If you want a non-standard assert(3), feel free to define one in the
application namespace.

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no



More information about the varnish-commit mailing list