On 12/11/2025 13:30, Bruno Haible via Gnulib discussion list wrote:
This patch adds a module for determining whether a file (or directory)
is on a local or a remote file system.
2025-11-12 Bruno Haible <[email protected]>
file-remote: New module.
* lib/file-remote.h: New file.
* lib/file-remote.c: New file.
* modules/file-remote: New file.
I'm not sure S_MAGIC_PIPEFS should be considered as remote.
That was one of the ones tagged as remote only so that inotify wasn't used with
it.
cheers,
Padraig