mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
parent
9b9e703df4
commit
906adadacd
3 changed files with 32 additions and 12 deletions
|
@ -300,6 +300,10 @@ std::pair<int, std::string> runProgram(const RunOptions & options);
|
|||
void runProgram2(const RunOptions & options);
|
||||
|
||||
|
||||
/* Change the stack size. */
|
||||
void setStackSize(size_t stackSize);
|
||||
|
||||
|
||||
/* Restore the original inherited Unix process context (such as signal
|
||||
masks, stack size, CPU affinity). */
|
||||
void restoreProcessContext();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue