sparse: add __builtin_va_arg_pack() and __builtin_va_arg_pack_len()
commit5aa922d3919897481c8e65d9603ffc55e551fc19
authorJeff Layton <jlayton@redhat.com>
Fri, 19 Jul 2013 10:33:40 +0000 (19 06:33 -0400)
committerChristopher Li <sparse@chrisli.org>
Thu, 25 Jul 2013 11:32:07 +0000 (25 04:32 -0700)
tree5bb38471d1bea711696261551bce676fa6a2d530
parent5a3bd40c1e9976c0896ad2d198e202a515dcf194
sparse: add __builtin_va_arg_pack() and __builtin_va_arg_pack_len()

this patch stops sparse from complaining about them not being defined:

    /usr/include/bits/stdio2.h:98:25: error: undefined identifier '__builtin_va_arg_pack'
    /usr/include/bits/stdio2.h:98:25: error: not a function <noident>

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
lib.c
validation/builtin_va_arg_pack.c [new file with mode: 0644]