summaryrefslogtreecommitdiff
path: root/src/basic/stat-util.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-18 08:04:37 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-18 09:36:12 +0200
commit54225bd06a4e1486277639fd0c1518968f264b42 (patch)
tree98c1a34113a8464806e93e03b385c6e0a3c9ed08 /src/basic/stat-util.h
parentcb7968de9b62d0210c8212f92d932930f99a7a0c (diff)
Prep v233.2: Mask unneeded functions and definitions in src/basic
Diffstat (limited to 'src/basic/stat-util.h')
-rw-r--r--src/basic/stat-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/stat-util.h b/src/basic/stat-util.h
index 168cb3cb5..32d09d014 100644
--- a/src/basic/stat-util.h
+++ b/src/basic/stat-util.h
@@ -70,8 +70,10 @@ int path_check_fstype(const char *path, statfs_f_type_t magic_value);
#endif // 0
bool is_temporary_fs(const struct statfs *s) _pure_;
+#if 0 /// UNNEEDED by elogind
int fd_is_temporary_fs(int fd);
int path_is_temporary_fs(const char *path);
+#endif // 0
/* Because statfs.t_type can be int on some architectures, we have to cast
* the const magic to the type, otherwise the compiler warns about