We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3fc47 commit 941a4f3Copy full SHA for 941a4f3
qiling/os/posix/syscall/resource.py
@@ -29,6 +29,8 @@ def ql_syscall_ugetrlimit(ql, ugetrlimit_resource, ugetrlimit_rlim, *args, **kw)
29
regreturn = 0
30
return regreturn
31
32
+def ql_syscall_getrlimit(ql, getrlimit_resource, getrlimit_rlim, *args, **kw):
33
+ return ql_syscall_ugetrlimit(ql, getrlimit_resource, getrlimit_rlim, *args, **kw)
34
35
def ql_syscall_setrlimit(ql, setrlimit_resource, setrlimit_rlim, *args, **kw):
36
# maybe we can nop the setrlimit
0 commit comments