]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/memfd.c
util/filemonitor-inotify.c: spelling fix: kenel
[mirror_qemu.git] / util / memfd.c
index 00334e5b218fa4b7ee19ecfab6687a6aaceffe12..4a3c07e0bee6ddcf168553f9c96005bdb11e42c5 100644 (file)
@@ -35,7 +35,7 @@
 #include <sys/syscall.h>
 #include <asm/unistd.h>
 
-static int memfd_create(const char *name, unsigned int flags)
+int memfd_create(const char *name, unsigned int flags)
 {
 #ifdef __NR_memfd_create
     return syscall(__NR_memfd_create, name, flags);