From dabc5cca9bae9f21508570782a51b3465fadc66f Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Thu, 31 Oct 2019 09:47:30 -0400 Subject: Added UserFlags to FileStatus struct --- src/Native/Unix/System.Native/pal_io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Native/Unix/System.Native/pal_io.h b/src/Native/Unix/System.Native/pal_io.h index 3a181971c6..f13cdc6606 100644 --- a/src/Native/Unix/System.Native/pal_io.h +++ b/src/Native/Unix/System.Native/pal_io.h @@ -35,6 +35,7 @@ struct FileStatus int64_t BirthTimeNsec; // nanosecond part int64_t Dev; // ID of the device containing the file int64_t Ino; // inode number of the file + uint32_t UserFlags; // user defined flags }; /* Provide consistent access to nanosecond fields, if they exist. */ -- cgit v1.2.3