summaryrefslogtreecommitdiff
path: root/Kernel/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscall.h')
-rw-r--r--Kernel/Syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/Syscall.h b/Kernel/Syscall.h
index f35658bf2a..97116c16f9 100644
--- a/Kernel/Syscall.h
+++ b/Kernel/Syscall.h
@@ -45,6 +45,8 @@ enum Function {
PosixGetpgid = 0x2013,
PosixSetpgid = 0x2014,
PosixGetpgrp = 0x2015,
+ PosixTcsetpgrp = 0x2016,
+ PosixTcgetpgrp = 0x2017,
};
void initialize();