Kernel/LibC: Add {get,set}pgrp()

This commit is contained in:
Bananymous
2023-08-22 11:36:33 +03:00
parent 0f6c19a1b7
commit c9243f0d1e
5 changed files with 26 additions and 0 deletions

View File

@@ -48,6 +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
__END_DECLS