aboutsummaryrefslogtreecommitdiff
path: root/contrib/getdents-debug/getdents/getdents.go
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/getdents-debug/getdents/getdents.go')
-rw-r--r--contrib/getdents-debug/getdents/getdents.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/getdents-debug/getdents/getdents.go b/contrib/getdents-debug/getdents/getdents.go
index a3cdac4..d10ca12 100644
--- a/contrib/getdents-debug/getdents/getdents.go
+++ b/contrib/getdents-debug/getdents/getdents.go
@@ -1,3 +1,5 @@
+//+build linux
+
/*
Small tool to try to debug unix.Getdents problems on CIFS mounts
( https://github.com/rfjakob/gocryptfs/issues/483 )