<html>
<head>
<base href="https://bugzilla.gnome.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - wayland: use shm_open instead of open in tmpdir"
href="https://bugzilla.gnome.org/show_bug.cgi?id=761095#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - wayland: use shm_open instead of open in tmpdir"
href="https://bugzilla.gnome.org/show_bug.cgi?id=761095">bug 761095</a>
from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=ebassi%40gmail.com" title="Emmanuele Bassi (:ebassi) <ebassi@gmail.com>"> <span class="fn">Emmanuele Bassi (:ebassi)</span></a>
</span></b>
<pre>Review of <span class=""><a href="attachment.cgi?id=319697&action=diff" name="attach_319697" title="wayland: use memfd_create instead of open in tmpdir">attachment 319697</a> <a href="attachment.cgi?id=319697&action=edit" title="wayland: use memfd_create instead of open in tmpdir">[details]</a></span> <a href='review?bug=761095&attachment=319697'>[review]</a>:
::: gdk/wayland/gdkdisplay-wayland.c
@@ +23,3 @@
#include <unistd.h>
#include <fcntl.h>
+#include <linux/memfd.h>
I guess we should add a HAVE_MEMFD_H check inside configure, in order to be
able to build the Wayland backend on Linux kernels without memfd (e.g. too
old).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>