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