summaryrefslogtreecommitdiff
path: root/lib/System/Win32/Process.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Win32/Process.inc')
-rw-r--r--lib/System/Win32/Process.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/System/Win32/Process.inc b/lib/System/Win32/Process.inc
index a47ff2e39b..278ed17d76 100644
--- a/lib/System/Win32/Process.inc
+++ b/lib/System/Win32/Process.inc
@@ -91,6 +91,16 @@ Process::GetTimeUsage(
sys_time.nanoseconds( unsigned(KernelTime % 10000000) * 100 );
}
+int Process::GetCurrentUserId()
+{
+ return 65536;
+}
+
+int Process::GetCurrentGroupId()
+{
+ return 65536;
+}
+
// Some LLVM programs such as bugpoint produce core files as a normal part of
// their operation. To prevent the disk from filling up, this configuration item
// does what's necessary to prevent their generation.