mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Use unsigned leb128 for magnums
This commit is contained in:
parent
edd9297eba
commit
cdc54ea1fd
931 changed files with 1989 additions and 1983 deletions
|
@ -30,7 +30,7 @@
|
|||
* @see libc/sysv/consts.sh
|
||||
*/
|
||||
int setrlimit(int resource, const struct rlimit *rlim) {
|
||||
if (resource == -1) return einval();
|
||||
if (resource == 127) return einval();
|
||||
if (!IsWindows()) {
|
||||
return sys_setrlimit(resource, rlim);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue