Re: [PATCH v2 1/5] bpf: Add missing header to the library

From: MickaÃl SalaÃn
Date: Wed Feb 08 2017 - 15:28:57 EST



On 08/02/2017 03:52, Wangnan (F) wrote:
> Please add me into the cc list of all of the 5 patches.

Sorry, get_maintainer.pl didn't get your name for all patches but I'll
CC you for the next series.

>
> Thank you.
>
> On 2017/2/7 4:40, MickaÃl SalaÃn wrote:
>> Include stddef.h to define size_t.
>>
>> Signed-off-by: MickaÃl SalaÃn <mic@xxxxxxxxxxx>
>> Cc: Alexei Starovoitov <ast@xxxxxx>
>> Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>> Cc: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
>> Cc: Wang Nan <wangnan0@xxxxxxxxxx>
>> ---
>> tools/lib/bpf/bpf.h | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/tools/lib/bpf/bpf.h b/tools/lib/bpf/bpf.h
>> index a2f9853dd882..df6e186da788 100644
>> --- a/tools/lib/bpf/bpf.h
>> +++ b/tools/lib/bpf/bpf.h
>> @@ -22,6 +22,7 @@
>> #define __BPF_BPF_H
>> #include <linux/bpf.h>
>> +#include <stddef.h>
>> int bpf_create_map(enum bpf_map_type map_type, int key_size, int
>> value_size,
>> int max_entries, __u32 map_flags);
>
>
>

Attachment: signature.asc
Description: OpenPGP digital signature