aboutsummaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2012-10-30 14:39:14 -0700
committerAndrea Shepard <andrea@torproject.org>2012-10-30 14:39:14 -0700
commitbe371250305b0ac50c1fafda8acd13812894ab92 (patch)
treea3621a3f80a80d3a9139e0454bad3ee35c1f0000 /src/ext/README
parent03b32161bc37766864bcb099b76884099c89d837 (diff)
parent2b10e99eb093e1e5e699db355e0c54342fa693b5 (diff)
downloadtor-be371250305b0ac50c1fafda8acd13812894ab92.tar
tor-be371250305b0ac50c1fafda8acd13812894ab92.tar.gz
Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README
index 07db3c133..8c850bef6 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -29,3 +29,11 @@ tinytest_macros.h
A unit testing framework. https://github.com/nmathewson/tinytest
+tor_queue.h
+
+ A copy of sys/queue.h from OpenBSD. We keep our own copy rather
+ than using sys/queue.h, since some platforms don't have a
+ sys/queue.h, and the ones that do have diverged in incompatible
+ ways. (CIRCLEQ or no CIRCLEQ? SIMPLQ or STAILQ?)
+
+