[tor-commits] [tor/master] timers.c: define TIMEOUT_PUBLIC to no tokens when using COCCI.

teor at torproject.org teor at torproject.org
Thu Oct 24 00:01:21 UTC 2019


commit 0abe89519b5f9d4710b06c6ec77b69879c76e18b
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Oct 9 12:48:56 2019 -0400

    timers.c: define TIMEOUT_PUBLIC to no tokens when using COCCI.
---
 src/lib/evloop/timers.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/evloop/timers.c b/src/lib/evloop/timers.c
index 4b2a96ef7..23562971c 100644
--- a/src/lib/evloop/timers.c
+++ b/src/lib/evloop/timers.c
@@ -56,7 +56,9 @@ struct timeout_cb {
 /*
  * These definitions are for timeouts.c  and timeouts.h.
  */
-#ifdef __GNUC__
+#ifdef COCCI
+#define TIMEOUT_PUBLIC
+#elif defined(__GNUC__)
 /* We're not exposing any of the functions outside this file. */
 #define TIMEOUT_PUBLIC __attribute__((__unused__)) static
 #else





More information about the tor-commits mailing list