linux/scripts/genksyms
Nicholas Piggin 0efdb22823 kbuild/genksyms: handle va_list type
genksyms currently does not handle va_list. Add the __builtin_va_list
keyword as a type. This reduces the amount of syntax errors thrown,
but so far no export symbol has a type with a va_list argument, so
there is currently no bug in the end result.

Note: this patch does not regenerate shipped parser files.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
2016-11-29 15:53:19 +01:00
..
.gitignore
genksyms.c scripts: genksyms: fix resource leak 2016-04-20 09:24:49 +02:00
genksyms.h
keywords.gperf kbuild/genksyms: handle va_list type 2016-11-29 15:53:19 +01:00
keywords.hash.c_shipped
lex.l kbuild: genksyms fix for typeof handling 2016-08-25 18:55:37 +02:00
lex.lex.c_shipped kbuild: Regenerate genksyms lexer 2016-08-25 20:03:51 +02:00
Makefile
parse.tab.c_shipped genksyms: Regenerate parser 2015-08-20 14:57:47 +02:00
parse.tab.h_shipped genksyms: Regenerate parser 2015-08-20 14:57:47 +02:00
parse.y kbuild/genksyms: handle va_list type 2016-11-29 15:53:19 +01:00