llvm-svn: 365380
This commit is contained in:
Jian Cai 2019-07-08 19:53:22 +00:00
parent 3dee113ebc
commit 967aa5745d
1 changed files with 1 additions and 1 deletions
clang-tools-extra/test/clang-tidy

View File

@ -4,9 +4,9 @@
#define ZERO 0
#define NEGATIVE_ONE -1
typedef int pid_t;
typedef long off_t;
typedef decltype(sizeof(int)) size_t;
typedef int pid_t;
typedef struct __posix_spawn_file_actions* posix_spawn_file_actions_t;
typedef struct __posix_spawnattr* posix_spawnattr_t;