[Wayland-bugs] [Bug 766341] Do not rely on memfd as it requires a fairly recent kernel

gtk+ (GNOME Bugzilla) bugzilla at gnome.org
Mon May 16 16:02:50 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766341

Ray Strode [halfline] <rstrode at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #327984|none                        |needs-work
             status|                            |

--- Comment #22 from Ray Strode [halfline] <rstrode at redhat.com> ---
Review of attachment 327984:

::: gdk/wayland/gdkdisplay-wayland.c
@@ +1087,3 @@
+      ret = syscall (__NR_memfd_create, "gdk-wayland", MFD_CLOEXEC);
+    }
+  while (ret < 0 && errno != EINTR);

that should be == EINTR not != EINTR

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160516/3dcdf27c/attachment.html>


More information about the wayland-bugs mailing list