diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-09 16:03:02 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-09 16:03:02 +0100 |
commit | 1a1e0efa7b1894848c81d7f7e80bdcf6e8591c3f (patch) | |
tree | e8f48d76c145635acf5acf19dd5274038f3d21de /Source/Kernel | |
parent | 99e021d4d6b29bb180a7c6a8883251408b7a3f62 (diff) | |
parent | 8ec4ea37162121bf76d9df4b469478697ef6ba04 (diff) | |
download | Melon-1a1e0efa7b1894848c81d7f7e80bdcf6e8591c3f.tar.gz Melon-1a1e0efa7b1894848c81d7f7e80bdcf6e8591c3f.zip |
Merge branch 'master' into mountpoints
Conflicts:
Makefile
Diffstat (limited to 'Source/Kernel')
-rw-r--r-- | Source/Kernel/TaskManager/Process-sc.class.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/TaskManager/Process-sc.class.cpp b/Source/Kernel/TaskManager/Process-sc.class.cpp index 8564c22..e5910af 100644 --- a/Source/Kernel/TaskManager/Process-sc.class.cpp +++ b/Source/Kernel/TaskManager/Process-sc.class.cpp @@ -13,6 +13,7 @@ call_t Process::m_callTable[] = { CALL1(PRIF_FREEPAGES, &Process::freePagesSC), CALL0(PRIF_GETPID, &Process::getPid), CALL0(PRIF_GETPPID, &Process::getPpid), + CALL0(PRIF_GETUID, &Process::getUid), CALL0(PRIF_ARGC, &Process::argcSC), CALL1(PRIF_ARGV, &Process::argvSC), CALL0(PRIF_START, &Process::startSC), |