summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-01-17 11:05:40 -0800
committerShentubot <shentubot@google.com>2019-01-17 11:06:59 -0800
commit12bc7834dccdcd21353fc476dc76a5c9bc0d47bb (patch)
tree7679547af34bd09bf9536bb48d821e6e4dcb5db4 /test/syscalls/linux/BUILD
parente4d3ca7263291b43cdc49c7553c62608be062cd9 (diff)
Allow fsync on a directory.
PiperOrigin-RevId: 229781337 Change-Id: I1f946cff2771714fb1abd83a83ed454e9febda0a
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r--test/syscalls/linux/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index 41d476481..19884d55e 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -783,6 +783,7 @@ cc_binary(
srcs = ["fsync.cc"],
linkstatic = 1,
deps = [
+ "//test/util:file_descriptor",
"//test/util:temp_path",
"//test/util:test_main",
"//test/util:test_util",