chiark / gitweb /
Prep 229.9: Make all supportable API functions visible.
[elogind.git] / src / basic / memfd-util.h
index 6b828520e8258a0d771e875cf16e3ca3731dd811..781d1a431bdc1576a8c10c4a8880836a02ebf5bc 100644 (file)
@@ -34,7 +34,7 @@ int memfd_map(int fd, uint64_t offset, size_t size, void **p);
 int memfd_set_sealed(int fd);
 #if 0 /// UNNEEDED by elogind
 int memfd_get_sealed(int fd);
+#endif // 0
 
 int memfd_get_size(int fd, uint64_t *sz);
-#endif // 0
 int memfd_set_size(int fd, uint64_t sz);