On Thu, Oct 10, 2019 at 08:29:01PM -0700, Andrii Nakryiko wrote: > Old GCC versions are producing invalid typedef for __gnuc_va_list > pointing to void. Special-case this and emit valid: > > typedef __builtin_va_list __gnuc_va_list; > > Reported-by: John Fastabend <john.fastabend@xxxxxxxxx> > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Applied, thanks!