torsocks icon indicating copy to clipboard operation
torsocks copied to clipboard

Fix: resolve symbol namespacing. Ticket #8068

Open dgoulet opened this issue 12 years ago • 0 comments

The hidden GCC attribute is better suited here instead of prefixing each symbol with torsocks_* in order to avoid polluting the library namespace for no benefits.

Four symbols are made static since they were not used outside of their C file. This automatically fix the exported symbol for these calls.

Fixes #8068

Signed-off-by: David Goulet [email protected]

dgoulet avatar Apr 18 '13 23:04 dgoulet