chiark / gitweb /
Prep v228: Condense elogind source masks (2/5)
[elogind.git] / src / basic / mkdir.h
index 3c60e55c8676aae72be1d03895ab34e8357d06bb..bd137f244b645eb58ecf7d175729947cf3599e07 100644 (file)
@@ -30,8 +30,7 @@ int mkdir_p(const char *path, mode_t mode);
 
 /* mandatory access control(MAC) versions */
 int mkdir_safe_label(const char *path, mode_t mode, uid_t uid, gid_t gid);
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 int mkdir_parents_label(const char *path, mode_t mode);
 #endif // 0
 int mkdir_p_label(const char *path, mode_t mode);