mbox series

[bpf-next,0/2] tools/bpf: smaller clean ups

Message ID 20190213012941.2571769-1-andriin@fb.com
Headers show
Series tools/bpf: smaller clean ups | expand

Message

Andrii Nakryiko Feb. 13, 2019, 1:29 a.m. UTC
This patchset replaces bzero() with memset() and syncs if_link.h header
to suppress unsynchronized headers warning.

Andrii Nakryiko (2):
  tools/bpf: replace bzero with memset
  tools: sync uapi/linux/if_link.h header

 tools/include/uapi/linux/if_link.h |  1 +
 tools/lib/bpf/bpf.c                | 48 +++++++++++++++---------------
 tools/lib/bpf/btf.c                |  5 ++--
 tools/lib/bpf/libbpf.c             |  5 ++--
 4 files changed, 29 insertions(+), 30 deletions(-)