mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
parent
a34b9a0b62
commit
fbf8bda30b
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
This directory holds code that was written elsewhere, and is not
|
||||
reliably packaged as a library where we want to build, so we ship
|
||||
it along with Tor.
|
||||
|
||||
In general, you should not edit this code: we are not the maintainers.
|
||||
Instead, you should submit patches upstream.
|
||||
|
||||
|
||||
OpenBSD_malloc_Linux.c:
|
||||
|
||||
|
|
|
@ -84,7 +84,8 @@ The codebase is divided into a few top-level subdirectories, each of
|
|||
which contains several sub-modules.
|
||||
|
||||
- `ext` -- Code maintained elsewhere that we include in the Tor
|
||||
source distribution.
|
||||
source distribution. You should not edit this code if you can
|
||||
avoid it: we try to keep it identical to the upstream versions.
|
||||
|
||||
- \refdir{lib} -- Lower-level utility code, not necessarily
|
||||
tor-specific.
|
||||
|
|
Loading…
Add table
Reference in a new issue