diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-02-11 13:52:06 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-02-12 08:42:58 +0100 |
commit | 6c80c6e8767b860a5e18e136d04a80be2a8dce15 (patch) | |
tree | 926a91ce6795d9bc8abcea8147aa65ac59b5ec74 /io/Makefile | |
parent | ec44e1efcdbd797c26d420de6ebb95f99df7108b (diff) | |
download | glibc-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/Makefile | 2 |
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 |