chiark / gitweb /
Prep v233.2: Mask unneeded functions and definitions in src/basic
[elogind.git] / src / basic / stat-util.h
index 168cb3cb531ed37ef58110604ba10893fe285649..32d09d01425ad39bda35d7e087ff0799d0be8bec 100644 (file)
@@ -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