refactor: replace all stdint::uint32_t into short and more manageable u32_t
[lunaix-os.git] / lunaix-os / includes / lunaix / lunistd.h
index d9644289087005b811496b2adf08048da86a37d3..9f2ef9ec75da987aa7e6d2b6222de50184f4dff7 100644 (file)
@@ -15,6 +15,10 @@ __LXSYSCALL(pid_t, getpid)
 
 __LXSYSCALL(pid_t, getppid)
 
+__LXSYSCALL(pid_t, getpgid)
+
+__LXSYSCALL2(pid_t, setpgid, pid_t, pid, pid_t, pgid)
+
 __LXSYSCALL1(void, _exit, int, status)
 
 __LXSYSCALL1(unsigned int, sleep, unsigned int, seconds)