mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
Remove maybeVfork
This commit is contained in:
parent
04170d06bf
commit
7911e4c27a
5 changed files with 4 additions and 18 deletions
|
@ -266,9 +266,6 @@ void closeMostFDs(const set<int> & exceptions);
|
|||
/* Set the close-on-exec flag for the given file descriptor. */
|
||||
void closeOnExec(int fd);
|
||||
|
||||
/* Call vfork() if available, otherwise fork(). */
|
||||
extern pid_t (*maybeVfork)();
|
||||
|
||||
|
||||
/* User interruption. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue