aboutsummaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-30 12:27:19 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-30 12:58:49 -0500
commit35daf6f6029c3285b260f9a3f4287b2fa063c3eb (patch)
treea3622dca2c337393993a33089ef666cb33b5d30e /src/ext/README
parent29136bd7e4a671bf58dcc7c5d8d82fd63f9c66f7 (diff)
downloadtor-35daf6f6029c3285b260f9a3f4287b2fa063c3eb.tar
tor-35daf6f6029c3285b260f9a3f4287b2fa063c3eb.tar.gz
Rename all of the macros in tor_queue.h to start with TOR_
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ext/README b/src/ext/README
index cd23f2949..58ba7f699 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -34,7 +34,9 @@ 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?)
+ ways. (CIRCLEQ or no CIRCLEQ? SIMPLQ or STAILQ?) We also rename
+ the identifiers with a TOR_ prefix to avoid conflicts with
+ the system headers.
curve25519_donna/*.c