On Wed, Jul 04, 2018 at 12:11:08PM +0100, Ross Burton wrote:
> error.h isn't standard and so isn't part of the musl C library.  To easy 
> future
> porting, consolidate the inclusion of error.h into system.h.
> 
> https://sourceware.org/bugzilla/show_bug.cgi?id=21008

Thanks, added ChangeLog entries and pushed to master.

But this isn't real solution. error is a useful GNU extension
that is widely used in the code base. So I think if you really
do want to use an alternative glibc implementation that it should
just provide error.

Cheers,

Mark

Reply via email to