chiark / gitweb /
Prep v238: Uncomment now needed headers and unmask now needed functions in src/basic...
[elogind.git] / src / basic / fd-util.h
index 56fae8a47338c7694bf4626761d48a8672a5a1db..838dd5937322c4d7b2b34874e85f66285e5951c1 100644 (file)
@@ -82,9 +82,9 @@ int same_fd(int a, int b);
 void cmsg_close_all(struct msghdr *mh);
 
 bool fdname_is_valid(const char *s);
+#endif // 0
 
 int fd_get_path(int fd, char **ret);
-#endif // 0
 
 int move_fd(int from, int to, int cloexec);