mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
6 lines
135 B
C
6 lines
135 B
C
#include "kernel/calls.h"
|
|
|
|
int_t sys_prctl(dword_t option, uint_t arg2, uint_t arg3, uint_t arg4, uint_t arg5) {
|
|
return _EINVAL;
|
|
}
|