chiark / gitweb /
Prep v228: Condense elogind source masks (1/5)
[elogind.git] / src / basic / fd-util.h
index 0e03e26b09c32a42c2a091687704a369ee43a1b4..16304a1afa70f45d90d78814e8adcc3ce27ab9bc 100644 (file)
@@ -40,8 +40,7 @@ void close_many(const int fds[], unsigned n_fd);
 
 int fclose_nointr(FILE *f);
 FILE* safe_fclose(FILE *f);
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 DIR* safe_closedir(DIR *f);
 #endif // 0
 
@@ -71,8 +70,7 @@ int fd_cloexec(int fd, bool cloexec);
 
 int close_all_fds(const int except[], unsigned n_except);
 
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 int same_fd(int a, int b);
 
 void cmsg_close_all(struct msghdr *mh);