summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-memfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-memfd.h b/src/systemd/sd-memfd.h
index 753ed68cd8..6de045c1d7 100644
--- a/src/systemd/sd-memfd.h
+++ b/src/systemd/sd-memfd.h
@@ -44,7 +44,7 @@ int sd_memfd_get_file(sd_memfd *m, FILE **f);
int sd_memfd_map(sd_memfd *m, uint64_t offset, size_t size, void **p);
-int sd_memfd_set_sealed(sd_memfd *m, int b);
+int sd_memfd_set_sealed(sd_memfd *m);
int sd_memfd_get_sealed(sd_memfd *m);
int sd_memfd_get_size(sd_memfd *m, uint64_t *sz);