Steffen Nurpmeso wrote in
<20200415150909.f9gus%stef...@sdaoden.eu>:
 |Michael Matz wrote in
 |<alpine.lsu.2.21.2004150458590.9...@hell6.fritz.box>:
 ||On Wed, 15 Apr 2020, James Mills wrote:
 ||> I am trying to understand this "invalid type" I keep getting when \
 ...
 |However, it seems you need more for libressl, so i added for
 |tinycc a new internal header in include/, syslog.h:
 |
 |  #ifndef _TINY_SYSLOG_H
 |  #define _TINY_SYSLOG_H
 |
 |  #include <stdarg.h>
 |  #include <syslog.h>
 |
 |  #endif /* _TINY_SYSLOG_H */
 |
 |because musl plays around with va_list in syslog.h.

Actually we also need at the end of include/stdarg.h a "#define
__DEFINED_va_list" so that it is not redefined.  I have no more
musl here, only on the VM, sorry, forgot to copy that over to
here.  Out now.

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to