mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
Add stubs for setting RLIMIT_NOFILE and RLIMIT_STACK
This commit is contained in:
parent
a1cda40743
commit
a05f88091c
@ -1984,6 +1984,16 @@ static int linux_prlimit64(SysFrm *, pid_t pid, int resource,
|
||||
|
||||
switch (resource)
|
||||
{
|
||||
case RLIMIT_NOFILE:
|
||||
{
|
||||
fixme("Setting RLIMIT_NOFILE is stub");
|
||||
return 0;
|
||||
}
|
||||
case RLIMIT_STACK:
|
||||
{
|
||||
fixme("Setting RLIMIT_STACK is stub");
|
||||
return 0;
|
||||
}
|
||||
case RLIMIT_CPU:
|
||||
case RLIMIT_FSIZE:
|
||||
case RLIMIT_DATA:
|
||||
|
Loading…
x
Reference in New Issue
Block a user