forked from OSchip/llvm-project
A test commit following 'Obtaining Commit Access' (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access)
llvm-svn: 365380
This commit is contained in:
parent
3dee113ebc
commit
967aa5745d
clang-tools-extra/test/clang-tidy
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue