diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-06-23T13·15-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-10T11·35+0200 |
commit | 7911e4c27a0020a61ace13cfdc44de4af02f315e (patch) | |
tree | db7d61bae393b67ed0a57e29aa2cd8ac99d655a1 /src/libutil/util.hh | |
parent | 04170d06bf7d17f882c01d3ab98885e0f3e46d2f (diff) |
Remove maybeVfork
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index 1e9ffcf51b57..07c027a1f919 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -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. */ |