diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-11-29 22:39:54 +0000 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-11-29 22:39:54 +0000 |
commit | 21cb7d04c387e4198ca8098a884c78b56ffcf4c2 (patch) | |
tree | 84fe5690df1551f0bb2bdfe1a13aacd29ebc1de7 /cmake.config/iwyu/posix.imp | |
parent | d9c904f85a23a496df4eb6be42aa43f007b22d50 (diff) | |
parent | 4a8bf24ac690004aedf5540fa440e788459e5e34 (diff) | |
download | rneovim-colorcolchar.tar.gz rneovim-colorcolchar.tar.bz2 rneovim-colorcolchar.zip |
Merge remote-tracking branch 'upstream/master' into colorcolcharcolorcolchar
Diffstat (limited to 'cmake.config/iwyu/posix.imp')
-rw-r--r-- | cmake.config/iwyu/posix.imp | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/cmake.config/iwyu/posix.imp b/cmake.config/iwyu/posix.imp new file mode 100644 index 0000000000..2eabd3063b --- /dev/null +++ b/cmake.config/iwyu/posix.imp @@ -0,0 +1,33 @@ +[ + { include: [ "<arm/limits.h>", private, "<limits.h>", public ] }, + { include: [ "<asm/ioctls.h>", private, "<bits/ioctls.h>", private ] }, + { include: [ "<bits/termios-c_lflag.h>", private, "<termios.h>", public ] }, + { include: [ "<bits/termios-struct.h>", private, "<termios.h>", public ] }, + { include: [ "<sys/errno.h>", private, "<errno.h>", public ] }, + { include: [ "<sys/fcntl.h>", private, "<fcntl.h>", public ] }, + { include: [ "<sys/signal.h>", private, "<signal.h>", public ] }, + { include: [ "<sys/termios.h>", private, "<termios.h>", public ] }, + { include: [ '<asm/errno-base.h>', private, '<errno.h>', public ] }, + { include: [ '<asm/errno.h>', private, '<errno.h>', public ] }, + { include: [ '<bits/termios-c_cc.h>', private, '<termios.h>', public ] }, + { include: [ '<bits/termios-c_cflag.h>', private, '<termios.h>', public ] }, + { include: [ '<bits/termios-c_iflag.h>', private, '<termios.h>', public ] }, + { include: [ '<bits/termios-c_oflag.h>', private, '<termios.h>', public ] }, + { include: [ '<sys/unistd.h>', private, '<unistd.h>', public ] }, + + { symbol: ["SOCK_STREAM", private, "<sys/socket.h>", public ] }, + { symbol: ["SSIZE_MAX", private, "<limits.h>", public ] }, + { symbol: ["S_IREAD", private, "<sys/stat.h>", public ] }, + { symbol: ["S_IWRITE", private, "<sys/stat.h>", public ] }, + { symbol: ["_POSIX_VDISABLE", private, "<unistd.h>", public ] }, + { symbol: ["flock", private, "<sys/file.h>", public ] }, + { symbol: ["iovec", private, "<sys/uio.h>", public ] }, + { symbol: ["mode_t", private, "<sys/types.h>", public ] }, + { symbol: ["ntohs", private, "<arpa/inet.h>", public ] }, + { symbol: ["pthread_sigmask", private, "<signal.h>", public ] }, + { symbol: ["sigset_t", private, "<signal.h>", public ] }, + { symbol: ["ssize_t", private, "<sys/types.h>", public ] }, + { symbol: ["uid_t", private, "<sys/types.h>", public ] }, +] + +# vim: set ft=toml: |