chiark / gitweb /
Prep v228: Clean up the new src/basic/*-util-[hc] files:
[elogind.git] / src / basic / memfd-util.h
index 7d3fdd9c22240f006900e51742f78629ad3a9719..f2858beb8bcded4374eb4bd6f2016a8ad010497d 100644 (file)
@@ -30,7 +30,7 @@ int memfd_new(const char *name);
 // UNNEEDED int memfd_map(int fd, uint64_t offset, size_t size, void **p);
 
 int memfd_set_sealed(int fd);
-int memfd_get_sealed(int fd);
+// UNNEEDED int memfd_get_sealed(int fd);
 
 // UNNEEDED int memfd_get_size(int fd, uint64_t *sz);
 int memfd_set_size(int fd, uint64_t sz);