This is a test commit to verify repository access
llvm-svn: 333309
This commit is contained in:
parent
fc53b60a14
commit
caab7c8cca
|
|
@ -264,6 +264,7 @@ namespace __sanitizer {
|
||||||
#else
|
#else
|
||||||
#error Unknown size of struct ustat
|
#error Unknown size of struct ustat
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned struct_ustat_sz = SIZEOF_STRUCT_USTAT;
|
unsigned struct_ustat_sz = SIZEOF_STRUCT_USTAT;
|
||||||
unsigned struct_rlimit64_sz = sizeof(struct rlimit64);
|
unsigned struct_rlimit64_sz = sizeof(struct rlimit64);
|
||||||
unsigned struct_statvfs64_sz = sizeof(struct statvfs64);
|
unsigned struct_statvfs64_sz = sizeof(struct statvfs64);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue