mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'tor-github/pr/1050' into maint-0.4.1
This commit is contained in:
@@ -74,6 +74,11 @@
|
||||
|
||||
#endif /* defined(HAVE_MINHERIT) || ... */
|
||||
|
||||
#if defined(HAVE_MINHERIT) && !defined(FLAG_ZERO) && !defined(FLAG_NOINHERIT)
|
||||
#warn "minherit() is defined, but we couldn't find the right flag for it."
|
||||
#warn "This is probably a bug in Tor's support for this platform."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Helper: try to prevent the <b>sz</b> bytes at <b>mem</b> from being swapped
|
||||
* to disk. Return 0 on success or if the facility is not available on this
|
||||
|
||||
Reference in New Issue
Block a user