]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/unix/stat_platform.h
Improve robustness of resolving user/group names in Stat
[libs/core.git] / source / fs / unix / stat_platform.h
index cc3f0957b58100d5c0e52cb1f67f851d75769e25..d888fed3d38180a13b1c45a4d79d1281b7f56112 100644 (file)
@@ -9,6 +9,9 @@ namespace FS {
 typedef uid_t UserID;
 typedef gid_t GroupID;
 
+const UserID INVALID_UID = -1;
+const GroupID INVALID_GID = -1;
+
 } // namespace FS
 } // namespace Msp