]> git.tdb.fi Git - libs/core.git/blob - source/fs/unix/stat_platform.h
Move most platform-specific code into overlay directories
[libs/core.git] / source / fs / unix / stat_platform.h
1 #ifndef MSP_FS_STAT_PLATFORM_H_
2 #define MSP_FS_STAT_PLATFORM_H_
3
4 #include <unistd.h>
5
6 namespace Msp {
7 namespace FS {
8
9 typedef uid_t UserID;
10 typedef gid_t GroupID;
11
12 } // namespace FS
13 } // namespace Msp
14
15 #endif