chiark / gitweb /
memfd: drop memfd_get_name() as it is unused
[elogind.git] / src / shared / memfd.h
index 8f02b0ff55ba9b82cb6cd1f85c0dca5cbc23b775..cf588fe02f4fcf29ecaa707a19239fca739b2bdf 100644 (file)
@@ -38,5 +38,3 @@ int memfd_get_sealed(int fd);
 
 int memfd_get_size(int fd, uint64_t *sz);
 int memfd_set_size(int fd, uint64_t sz);
-
-int memfd_get_name(int fd, char **name);