]> sourceware.org Git - glibc.git/commit - io/tst-file_change_detection.c
Add internal <file_change_detection.h> header file
authorFlorian Weimer <fweimer@redhat.com>
Tue, 11 Feb 2020 12:52:06 +0000 (13:52 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 12 Feb 2020 07:42:58 +0000 (08:42 +0100)
commit6c80c6e8767b860a5e18e136d04a80be2a8dce15
tree926a91ce6795d9bc8abcea8147aa65ac59b5ec74
parentec44e1efcdbd797c26d420de6ebb95f99df7108b
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.
include/file_change_detection.h [new file with mode: 0644]
io/Makefile
io/tst-file_change_detection.c [new file with mode: 0644]
This page took 0.088685 seconds and 5 git commands to generate.