diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-18 11:01:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-18 11:01:31 -0500 |
commit | fe0d1c666135cab1a06ff12e7e954efb17b08aef (patch) | |
tree | 0968fb65e9f93f7f1c8a55f890358b03cda4b779 /src/common/sandbox.h | |
parent | dfc1b62fc5975a4ab36768c3d16ed0df6a749393 (diff) | |
parent | fbc20294aaf67f9434d5b1e107b8e1c43e42a3a4 (diff) | |
download | tor-fe0d1c666135cab1a06ff12e7e954efb17b08aef.tar tor-fe0d1c666135cab1a06ff12e7e954efb17b08aef.tar.gz |
Merge branch 'backtrace_squashed_merged'
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h index 1d39be409..d64d427d3 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -153,9 +153,6 @@ int sandbox_getaddrinfo(const char *name, const char *servname, ((void)(name)) #endif -/** Use <b>fd</b> to log non-survivable sandbox violations. */ -void sandbox_set_debugging_fd(int fd); - #ifdef USE_LIBSECCOMP /** Returns a registered protected string used with the sandbox, given that * it matches the parameter. |