Add sys_getrlimit and sys_setrlimit

This commit is contained in:
Fabing Li
2024-11-06 15:40:07 +08:00
committed by Tate, Hongliang Tian
parent c34706603a
commit 1fe74c9c92
6 changed files with 32 additions and 4 deletions

View File

@ -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 | ❌ |