summaryrefslogtreecommitdiff
path: root/src/shared/memfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/memfd.h')
-rw-r--r--src/shared/memfd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/memfd.h b/src/shared/memfd.h
index 8f02b0ff55..cf588fe02f 100644
--- a/src/shared/memfd.h
+++ b/src/shared/memfd.h
@@ -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);