summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2021-07-27 18:32:20 -0700
committerdormando <dormando@rydia.net>2021-08-09 17:09:08 -0700
commit38bc6e3513ad3783bb710120d66e84725e961fae (patch)
tree318e8cd8a2839873cf32e866d453e57018a569e9 /t
parentd0fe0d591b5e9265131ad7371c51dd9b27f634f5 (diff)
downloadmemcached-38bc6e3513ad3783bb710120d66e84725e961fae.tar.gz
core: add queue.h to replace handrolled queues.
FreeBSD version as there seems to be portability issues if you just use sys/queue, plus some extra features I like in this one.
Diffstat (limited to 't')
-rwxr-xr-xt/whitespace.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/whitespace.t b/t/whitespace.t
index 9915182..eced33e 100755
--- a/t/whitespace.t
+++ b/t/whitespace.t
@@ -19,6 +19,7 @@ BEGIN {
push(@exempted, glob("m4/*backport*m4"));
push(@exempted, glob("*.orig"));
push(@exempted, glob(".*.swp"));
+ push(@exempted, glob("queue.h"));
my %exempted_hash = map { $_ => 1 } @exempted;
my @stuff = split /\0/, `git ls-files -z -c -m -o --exclude-standard`;