chiark / gitweb /
Prep v239: fd-util.[hc] - Masked fd_duplicate_data_fd() - Nowhere needed.
[elogind.git] / src / basic / fd-util.h
index 834766c90a40befcbafc1616f8d913df48b8f171..2e5616cb7fa05cdcab278c8862d803994b3860ce 100644 (file)
@@ -79,7 +79,9 @@ enum {
 
 int acquire_data_fd(const void *data, size_t size, unsigned flags);
 
+#if 0 /// UNNEEDED by elogind
 int fd_duplicate_data_fd(int fd);
+#endif // 0
 
 /* Hint: ENETUNREACH happens if we try to connect to "non-existing" special IP addresses, such as ::5 */
 #define ERRNO_IS_DISCONNECT(r) \