[Kernel] Add XSymbolicLink.

This commit is contained in:
gibbed
2019-07-29 17:52:46 -05:00
parent e72cacc986
commit 54b0e2aff6
4 changed files with 112 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ class XObject {
kTypeSemaphore,
kTypeSession,
kTypeSocket,
kTypeSymbolicLink,
kTypeThread,
kTypeTimer,
};