summaryrefslogtreecommitdiff
path: root/src/common/compat_threads.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-21 14:07:43 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-21 14:07:43 -0500
commitbf882b037371d5ccb9eb1fc6c71199865169661b (patch)
tree39c2de688fc53f5af24ef89b425e8b7cbfd98461 /src/common/compat_threads.c
parent5da0a73838a210bac3be81baa9ade1d4ee7bf343 (diff)
downloadtor-bf882b037371d5ccb9eb1fc6c71199865169661b.tar.gz
tor-bf882b037371d5ccb9eb1fc6c71199865169661b.zip
re-run ./scripts/maint/annotate_ifdef_directives
Diffstat (limited to 'src/common/compat_threads.c')
-rw-r--r--src/common/compat_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat_threads.c b/src/common/compat_threads.c
index e8a97f1254..6adcaab956 100644
--- a/src/common/compat_threads.c
+++ b/src/common/compat_threads.c
@@ -403,5 +403,5 @@ atomic_counter_exchange(atomic_counter_t *counter, size_t newval)
tor_mutex_release(&counter->mutex);
return oldval;
}
-#endif
+#endif /* !defined(HAVE_STDATOMIC_H) */