]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/unix/stat_platform.h
Move most platform-specific code into overlay directories
[libs/core.git] / source / fs / unix / stat_platform.h
diff --git a/source/fs/unix/stat_platform.h b/source/fs/unix/stat_platform.h
new file mode 100644 (file)
index 0000000..cc3f095
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef MSP_FS_STAT_PLATFORM_H_
+#define MSP_FS_STAT_PLATFORM_H_
+
+#include <unistd.h>
+
+namespace Msp {
+namespace FS {
+
+typedef uid_t UserID;
+typedef gid_t GroupID;
+
+} // namespace FS
+} // namespace Msp
+
+#endif