sys: FileStatLxInformation and friends

This commit is contained in:
Bill Zissimopoulos
2019-04-15 15:04:31 -07:00
parent 04b3675f12
commit ce83619728
7 changed files with 497 additions and 7 deletions

View File

@ -209,6 +209,7 @@ int main(int argc, char *argv[])
TESTSUITE(ea_tests);
TESTSUITE(stream_tests);
TESTSUITE(oplock_tests);
TESTSUITE(wsl_tests);
atexit(exiting);
signal(SIGABRT, abort_handler);