Kernel/LibC: implement proper getpgid and setpgid

This commit is contained in:
Bananymous
2023-08-22 14:53:12 +03:00
parent d634fec8dc
commit 60a2185ee6
5 changed files with 117 additions and 12 deletions

View File

@@ -48,8 +48,8 @@ __BEGIN_DECLS
#define SYS_SIGNAL_DONE 41
#define SYS_TCSETPGRP 42
#define SYS_GET_PID 43
#define SYS_GET_PGRP 44
#define SYS_SET_PGRP 45
#define SYS_GET_PGID 44
#define SYS_SET_PGID 45
__END_DECLS