aboutsummaryrefslogtreecommitdiff
path: root/io/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-02-11 13:52:06 +0100
committerFlorian Weimer <fweimer@redhat.com>2020-02-12 08:42:58 +0100
commit6c80c6e8767b860a5e18e136d04a80be2a8dce15 (patch)
tree926a91ce6795d9bc8abcea8147aa65ac59b5ec74 /io/Makefile
parentec44e1efcdbd797c26d420de6ebb95f99df7108b (diff)
downloadglibc-6c80c6e8767b860a5e18e136d04a80be2a8dce15.zip
glibc-6c80c6e8767b860a5e18e136d04a80be2a8dce15.tar.gz
glibc-6c80c6e8767b860a5e18e136d04a80be2a8dce15.tar.bz2
Add internal <file_change_detection.h> header file
The code started out with bits form resolv/resolv_conf.c, but it was enhanced to deal with directories and FIFOs in a more predictable manner. A test case is included as well. This will be used to implement the /etc/resolv.conf change detection. This currently lives in a header file only. Once there are multiple users, the implementations should be moved into C files.
Diffstat (limited to 'io/Makefile')
-rw-r--r--io/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile
index d9a1da4..437a773 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -74,7 +74,7 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \
tst-posix_fallocate tst-posix_fallocate64 \
tst-fts tst-fts-lfs tst-open-tmpfile \
tst-copy_file_range tst-getcwd-abspath tst-lockf \
- tst-ftw-lnk
+ tst-ftw-lnk tst-file_change_detection
# Likewise for statx, but we do not need static linking here.
tests-internal += tst-statx