mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Add sys_getrlimit and sys_setrlimit
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
c34706603a
commit
1fe74c9c92
@ -117,7 +117,7 @@ provided by Linux on x86-64 architecture.
|
||||
| 94 | lchown | ✅ |
|
||||
| 95 | umask | ✅ |
|
||||
| 96 | gettimeofday | ✅ |
|
||||
| 97 | getrlimit | ❌ |
|
||||
| 97 | getrlimit | ✅ |
|
||||
| 98 | getrusage | ✅ |
|
||||
| 99 | sysinfo | ❌ |
|
||||
| 100 | times | ❌ |
|
||||
@ -180,7 +180,7 @@ provided by Linux on x86-64 architecture.
|
||||
| 157 | prctl | ✅ |
|
||||
| 158 | arch_prctl | ✅ |
|
||||
| 159 | adjtimex | ❌ |
|
||||
| 160 | setrlimit | ❌ |
|
||||
| 160 | setrlimit | ✅ |
|
||||
| 161 | chroot | ✅ |
|
||||
| 162 | sync | ✅ |
|
||||
| 163 | acct | ❌ |
|
||||
|
Reference in New Issue
Block a user