Alexey Serbin has uploaded a new change for review. http://gerrit.cloudera.org:8080/8071
Change subject: [iwyu] introduce Linux system mappings ...................................................................... [iwyu] introduce Linux system mappings For starters, added the following mappings to achieve better compatibility across different Linus versions and distros: * use <linux/kernel.h> even if <linux/sysinfo.h> is available * use <sys/vfs.h> even if <sys/statfs.h> is available * use <linux/types.h> as an umbrella header file for various asm types Change-Id: I4e50f9135fa076e429b26e3919ef19eb5d430173 --- M build-support/iwyu/iwyu-filter.awk M build-support/iwyu/iwyu.sh A build-support/iwyu/mappings/system-linux.imp M src/kudu/util/env_posix.cc 4 files changed, 47 insertions(+), 12 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/8071/1 -- To view, visit http://gerrit.cloudera.org:8080/8071 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4e50f9135fa076e429b26e3919ef19eb5d430173 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]>
