mirror of
https://github.com/NixOS/nix
synced 2025-07-04 07:11:47 +02:00
Change rlim_t
to size_t
in setStackSize
in preparation of Windows impl
This commit is contained in:
parent
beb3c2bc7a
commit
e42d00c961
2 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ unsigned int getMaxCPU();
|
|||
/**
|
||||
* Change the stack size.
|
||||
*/
|
||||
void setStackSize(rlim_t stackSize);
|
||||
void setStackSize(size_t stackSize);
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue